Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
snyk-bot committed Dec 13, 2025
commit d0a48f6299330fe66f701b7941ef3209c33cf097
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ appdirs
tqdm
funcy
fsspec
opencv-python
opencv-python
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading