mirror of
https://github.com/certbot/certbot.git
synced 2025-08-06 16:42:41 +03:00
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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user