Skip to content

Commit 08c6792

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 2bbf08d commit 08c6792

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
@@ -72,6 +72,6 @@ types-setuptools==65.6.0.2
7272
types-toml==0.10.8.1
7373
types-urllib3==1.26.25.4
7474
typing_extensions==4.4.0
75-
urllib3==1.26.13
75+
urllib3==2.5.0
7676
uro==0.0.4
7777
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)