apache/nginx: certbot>=1.10.0 -> 1.10.1 (#8859)

1.10.0 was a bad release and this breaks our oldest Boulder tests.


I bumped the version to 1.10.0 in #8852 to get access to a new public display_util API, but that was the release with the broken deprecation of `--manual-public-ip-logging-ok`. So let's bump it to 1.10.1.
This commit is contained in:
alexzorin 2021-05-26 01:40:18 +10:00 committed by GitHub
parent 6f27c32db1
commit 39b396763a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]==1.8.0
certbot[dev]==1.10.0
certbot[dev]==1.10.1

View file

@ -7,7 +7,7 @@ version = '1.16.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
'certbot>=1.10.0',
'certbot>=1.10.1',
'python-augeas',
'setuptools>=39.0.1',
'zope.component',

View file

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

View file

@ -7,7 +7,7 @@ version = '1.16.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
'certbot>=1.10.0',
'certbot>=1.10.1',
'PyOpenSSL>=17.3.0',
'pyparsing>=2.2.0',
'setuptools>=39.0.1',