Skip to content

Commit 7bea952

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-6913422 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
1 parent 6ad276b commit 7bea952

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,7 +3,7 @@ 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.8
77
idna==2.9
88
importlib-metadata==1.6.0
99
jeepney==0.4.3
@@ -15,5 +15,5 @@ PyNaCl==1.3.0
1515
requests==2.23.0
1616
SecretStorage==3.1.2
1717
six==1.14.0
18-
urllib3==1.25.9
18+
urllib3==1.26.19
1919
zipp==3.1.0

0 commit comments

Comments
 (0)