mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Update oldest_constraints
This commit is contained in:
parent
b59e932e5f
commit
788ec8b375
3 changed files with 3 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.31.0
|
||||
certbot[dev]==1.1.0
|
||||
dns-lexicon==3.1.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.31.0
|
||||
certbot[dev]==1.1.0
|
||||
dns-lexicon==3.1.0
|
||||
|
|
|
|||
|
|
@ -59,9 +59,6 @@ zope.hookable==4.0.4
|
|||
# Ubuntu Bionic constraints.
|
||||
cryptography==2.1.4
|
||||
distro==1.0.1
|
||||
# Lexicon oldest constraint is overridden appropriately on relevant DNS provider plugins
|
||||
# using their local-oldest-requirements.txt
|
||||
dns-lexicon==2.2.1
|
||||
httplib2==0.9.2
|
||||
idna==2.6
|
||||
setuptools==39.0.1
|
||||
|
|
@ -77,3 +74,6 @@ parsedatetime==2.4
|
|||
# Tracking at https://github.com/certbot/certbot/issues/6473
|
||||
boto3==1.4.7
|
||||
botocore==1.7.41
|
||||
# Lexicon oldest constraint is overridden appropriately on relevant DNS provider plugins
|
||||
# using their local-oldest-requirements.txt
|
||||
dns-lexicon==3.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue