Skip to content

Commit

Permalink
update min cryptography (#9663)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Apr 7, 2023
1 parent a780738 commit 7a68b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version = '2.6.0.dev0'

install_requires = [
'cryptography>=2.5.0',
'cryptography>=3.2.1',
'josepy>=1.13.0',
# pyOpenSSL 23.1.0 is a bad release: https://github.com/pyca/pyopenssl/issues/1199
'PyOpenSSL>=17.5.0,!=23.1.0',
Expand Down
2 changes: 1 addition & 1 deletion certbot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read_file(filename, encoding='utf8'):
# in which we added 2.6 support (see #2243), so we relax the requirement.
'ConfigArgParse>=0.9.3',
'configobj>=5.0.6',
'cryptography>=2.5.0',
'cryptography>=3.2.1',
'distro>=1.0.1',
'josepy>=1.13.0',
'parsedatetime>=2.4',
Expand Down

0 comments on commit 7a68b29

Please sign in to comment.