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-PYTORCHLIGHTNING-7218866
- https://snyk.io/vuln/SNYK-PYTHON-PYTORCHLIGHTNING-7411413
  • Loading branch information
snyk-bot committed Aug 9, 2024
1 parent 8559649 commit 87bf0bf
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 @@ -11,7 +11,7 @@ pynvml
pytest
pytest-cov
pytest-env
pytorch-lightning>=1.6
pytorch-lightning>=2.4.0
python-slugify
sed_eval
soundfile
Expand Down

0 comments on commit 87bf0bf

Please sign in to comment.