Skip to content

Commit 6fbe2b5

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 ee76add commit 6fbe2b5

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
@@ -65,7 +65,7 @@ six==1.16.0
6565
SQLAlchemy==2.0.3
6666
tenacity==8.2.1
6767
typing_extensions==4.4.0
68-
urllib3==1.26.14
68+
urllib3==2.5.0
6969
Werkzeug==2.2.2
7070
wheel==0.38.4
7171
wrapt==1.14.1

0 commit comments

Comments
 (0)