Skip to content

Commit 63d499e

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-559452
1 parent 03355a1 commit 63d499e

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.3
18+
urllib3==1.25.8
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)