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-6092044
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent d0bd685 commit 6e517bb
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 @@ -20,7 +20,7 @@ SQLAlchemy==2.0.19
WTForms==3.0.1
passlib==1.7.4
bcrypt==4.0.1
cryptography==41.0.3
cryptography==41.0.6
mysqlclient==2.2.0
pinecone-client==2.2.2
bleach==6.0.0
Expand Down

0 comments on commit 6e517bb

Please sign in to comment.