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-25 08:40:18 -07:00
committed by GitHub
parent 6f27c32db1
commit 39b396763a
4 changed files with 4 additions and 4 deletions
+1 -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',