Increase minimum of josepy version to use and update the oldest contraints. (#9032)

As a follow-up to #9027, this PR increases the minimum version of `josepy` to use and updates the oldest constraints accordingly.
This commit is contained in:
Adrien Ferrand
2021-09-10 16:08:13 -07:00
committed by GitHub
parent aea3c7e363
commit bd5f4f2d8a
3 changed files with 20 additions and 25 deletions
+1 -3
View File
@@ -52,9 +52,7 @@ 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',
'josepy>=1.9.0',
'parsedatetime>=2.4',
'pyrfc3339',
'pytz',