1 Commits

Author SHA1 Message Date
snyk-bot
9698b13f46 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
2025-12-07 16:14:18 +00:00

View File

@@ -3,3 +3,4 @@ deluge-client==1.9.0
requests==2.28.1 requests==2.28.1
sshtunnel==0.4.0 sshtunnel==0.4.0
typer==0.7.0 typer==0.7.0
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability