Skip to content

Commit 7b4be21

Browse files
committed
fix: files/requirements_dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent d809970 commit 7b4be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ celery>=5.1.0
44
cffi>=1.14.5
55
gevent>=21.12.0
66
ujson>=1.35
7-
urllib3>=1.19 # required to avoid issues with get_url module
7+
urllib3>=2.5.0 # required to avoid issues with get_url module
88
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
99
pyasn1==0.4.8
1010
#- six>=1.10.0 # try to fix error in dependencies with requests[security]

0 commit comments

Comments
 (0)