Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#32)
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-WHEEL-3092128

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Salaah01 and snyk-bot authored Mar 27, 2023
1 parent df17d9e commit 26989a6
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 @@ -75,7 +75,7 @@ typing-extensions==4.3.0
# via black
virtualenv==20.16.5
# via tox
wheel==0.37.1
wheel==0.38.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 26989a6

Please sign in to comment.