Skip to content

Commit 8169423

Browse files
ntindlesnyk-bot
andauthored
fix: requirements.txt to reduce vulnerabilities (#63)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 76c368c commit 8169423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ httpx[http2]
1616
bcrypt==5.0.0
1717
python-dotenv==1.2.1
1818
requests==2.32.5
19-
urllib3>=2.6.0 # Security fix for CVE-2024-37891
19+
urllib3>=2.6.3 # Security fix for CVE-2024-37891
2020
pre-commit==4.5.1
2121
pydantic==2.12.5
2222
Flask-Talisman==1.1.0

0 commit comments

Comments
 (0)