Skip to content

Commit

Permalink
Bump cryptography to fix CVE-2024-12797
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Feb 26, 2025
1 parent 9ff7ccc commit 60a2be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
# Packages for cloud NLP:
# -------------------------------------------------------------------------
"bcrypt==3.2.2", # bcrypt encryption
"cryptography==43.0.1", # cryptography library
"cryptography==44.0.1", # cryptography library
# "mysqlclient", # database access
"paste==3.4.2", # middleware; https://github.com/cdent/paste/
"pyramid==1.10.4", # Pyramid web framework
Expand Down

0 comments on commit 60a2be0

Please sign in to comment.