Skip to content

Commit f40ffd5

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6210214 - https://snyk.io/vuln/SNYK-PYTHON-PYCRYPTODOME-6219994
1 parent 6ad276b commit f40ffd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ certifi==2020.4.5.1
33
cffi==1.14.0
44
chardet==3.0.4
55
click==7.1.1
6-
cryptography==3.3.2
6+
cryptography==42.0.2
77
idna==2.9
88
importlib-metadata==1.6.0
99
jeepney==0.4.3
1010
keyring==21.2.0
1111
keyrings.alt==4.0.2
1212
pycparser==2.20
13-
pycryptodome==3.9.7
13+
pycryptodome==3.19.1
1414
PyNaCl==1.3.0
1515
requests==2.23.0
1616
SecretStorage==3.1.2

0 commit comments

Comments
 (0)