Skip to content

Commit b61afae

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 5419238 commit b61afae

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
@@ -1,5 +1,5 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 72.1.0
3-
urllib3 >= 1.25.3, < 2.1.0
3+
urllib3>=2.6.0
44
pydantic >= 2
55
typing-extensions >= 4.7.1

0 commit comments

Comments
 (0)