Skip to content

Commit

Permalink
pyOpenSSL/cryptography upgrade (#61)
Browse files Browse the repository at this point in the history
bump pyOpenSSL version to 23.2.0, which bumps cryptography version to 41.0.x which fixes CVE-2023-2650
  • Loading branch information
magicrobotmonkey authored Aug 21, 2023
1 parent f15e8b9 commit b9dc0a2
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 @@ -3,7 +3,7 @@
install_requires = [
"asn1crypto==1.5.1",
"oscrypto==1.3.0",
"pyOpenSSL==23.0.0",
"pyOpenSSL==23.2.0",
]

tests_require = [
Expand Down

0 comments on commit b9dc0a2

Please sign in to comment.