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-CRYPTOGRAPHY-6036192
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent 26ee4e4 commit 1d6decd
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 @@ -16,7 +16,7 @@ cffi==1.14.4
# via cryptography
charset-normalizer==2.0.3
# via requests
cryptography==40.0.2
cryptography==41.0.5
# via -r requirements.in
distro==1.8.0
# via -r requirements.in
Expand Down

0 comments on commit 1d6decd

Please sign in to comment.