Skip to content

Commit e61c768

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 742815d commit e61c768

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
@@ -75,7 +75,7 @@ typing-extensions==4.8.0
7575
# fastapi
7676
# pydantic
7777
# pydantic-core
78-
urllib3==2.0.6
78+
urllib3==2.6.0
7979
# via minio
8080
uvicorn==0.23.2
8181
# via swoop (pyproject.toml)

0 commit comments

Comments
 (0)