Skip to content

Commit af5f287

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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent de30abb commit af5f287

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
@@ -62,7 +62,7 @@ sqlparse==0.2.4
6262
stripe==2.40.0
6363
terminaltables==3.1.0
6464
unittest-xml-reporting==2.5.2
65-
urllib3==1.25.7
65+
urllib3==2.6.0
6666
watchdog==0.8.0
6767
Werkzeug==0.16.1
6868
xlrd==1.2.0

0 commit comments

Comments
 (0)