Skip to content

Commit

Permalink
fix: 01-Authorization/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-5663682
  • Loading branch information
snyk-bot committed Jun 2, 2023
1 parent 280ec88 commit 8f51500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Authorization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pyjwt~=1.7.1
python-dotenv~=0.21.0
requests~=2.28
urllib3~=1.26
cryptography~=3.4
cryptography~=41.0.0

0 comments on commit 8f51500

Please sign in to comment.