Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TQDM-6807582
  • Loading branch information
snyk-bot committed May 3, 2024
1 parent 8db9bbc commit ffff81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Pillow==9.5.0
protobuf==3.20.2
torch>=2.0.0
torchvision>=0.15.1
tqdm==4.65.0
tqdm==4.66.3
bandit
matplotlib

0 comments on commit ffff81c

Please sign in to comment.