Skip to content

Commit

Permalink
fix: server/backend/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 58adee3 commit 72e04c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ requests==2.31.0
psycopg2-binary==2.9.7
mangum==0.17.0
python-jose==3.3.0
cryptography==41.0.4
cryptography==41.0.5
authlib==1.2.1

0 comments on commit 72e04c6

Please sign in to comment.