update min josepy dep

This commit is contained in:
Brad Warren 2021-09-09 14:50:00 -07:00
parent 077d28828a
commit 4b8ad7ddee
2 changed files with 6 additions and 6 deletions

View file

@ -8,9 +8,9 @@ version = '1.20.0.dev0'
install_requires = [
'cryptography>=2.1.4',
# formerly known as acme.jose:
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',
# 1.9.0+ is needed to avoid problems with EC keys. See
# https://github.com/certbot/josepy/issues/109.
'josepy>=1.9.0',
'PyOpenSSL>=17.3.0',
'pyrfc3339',
'pytz',

View file

@ -52,9 +52,9 @@ install_requires = [
'configobj>=5.0.6',
'cryptography>=2.1.4',
'distro>=1.0.1',
# 1.1.0+ is required to avoid the warnings described at
# https://github.com/certbot/josepy/issues/13.
'josepy>=1.1.0',
# 1.9.0+ is needed to avoid problems with EC keys. See
# https://github.com/certbot/josepy/issues/109.
'josepy>=1.9.0',
'parsedatetime>=2.4',
'pyrfc3339',
'pytz',