Skip to content

Commit bedc8a8

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645
1 parent 9b74c98 commit bedc8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PyNaCl==1.3.0
1515
pyOpenSSL==19.0.0
1616
requests==2.22.0
1717
six==1.12.0
18-
urllib3==1.25.8
18+
urllib3==1.25.9
1919
aiohttp==3.5.4; python_version >= '3.5'
2020
async-timeout==3.0.1; python_version >= '3.5'
2121
attrs==19.1.0; python_version >= '3.5'

0 commit comments

Comments
 (0)