Skip to content

Commit bec8424

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keyrings.alt==4.0.2
1212
pycparser==2.20
1313
pycryptodome==3.9.7
1414
PyNaCl==1.3.0
15-
requests==2.23.0
15+
requests==2.32.0
1616
SecretStorage==3.1.2
1717
six==1.14.0
1818
urllib3==1.25.9

0 commit comments

Comments
 (0)