try fix oldest deps

because certbot 1.10.0 depends on acme>=1.8.0, we need to use
acme==1.8.0 in the -oldest tests
This commit is contained in:
Alex Zorin 2020-12-03 16:58:18 +11:00
parent eb6db049f0
commit 9160669b31
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below.
acme[dev]==0.29.0
acme[dev]==1.8.0
certbot[dev]==1.10.0

View file

@ -10,7 +10,7 @@ version = '1.11.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=0.29.0',
'acme>=1.8.0',
'certbot>=1.10.0',
'python-augeas',
'setuptools',

View file

@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below.
acme[dev]==1.6.0
acme[dev]==1.8.0
certbot[dev]==1.10.0

View file

@ -10,7 +10,7 @@ version = '1.11.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=1.4.0',
'acme>=1.8.0',
'certbot>=1.10.0',
'PyOpenSSL',
'pyparsing>=1.5.5', # Python3 support