Skip to content

Commit 349b3f0

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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 14c575b commit 349b3f0

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
@@ -35,5 +35,5 @@ requests_oauthlib<1.2.0
3535
PyJWT>=2
3636
setuptools==75.3.2; python_version < "3.9" # noqa
3737
setuptools>=78.1.1; python_version >= "3.9"
38-
urllib3>=2.2.2
38+
urllib3>=2.5.0
3939
zipp>=3.19.1

0 commit comments

Comments
 (0)