Skip to content

Commit

Permalink
fix: app/transcribe/requirements.txt to reduce vulnerabilities (#176)
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-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413
  • Loading branch information
vivekuppal committed Mar 16, 2024
1 parent e084ffe commit 7abd69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/transcribe/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ deepgram-sdk==3.1.0
torch
transformers>=4.36.0 # not directly required, pinned by Snyk to avoid a vulnerability
bandit==1.7.8
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 7abd69c

Please sign in to comment.