Skip to content

Commit

Permalink
Merge pull request #421 from deNBI/deps/pypi-cryptography-vulnerability
Browse files Browse the repository at this point in the history
feat(Dependencies): Update dependency cryptography to v42 [SECURITY]
  • Loading branch information
dweinholz authored Aug 6, 2024
2 parents 15bcd69 + d65493c commit ce7697f
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 @@ -11,7 +11,7 @@ backports.zoneinfo==0.2.1; python_version < '3.9'
certifi==2023.7.22; python_version >= '3.6'
cffi==1.16.0
charset-normalizer==2.1.1; python_version >= '3'
cryptography==41.0.7; python_version >= '3.6'
cryptography==42.0.4; python_version >= '3.6'
dateparser==1.2.0; python_version >= '3.5'
decorator==5.1.1; python_version >= '3.5'
dogpile.cache==1.3.3; python_version >= '3.6'
Expand Down

0 comments on commit ce7697f

Please sign in to comment.