Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-dns-ovh/setup.py')
-rw-r--r--certbot-dns-ovh/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/certbot-dns-ovh/setup.py b/certbot-dns-ovh/setup.py
index 1f3acbf62..68ede8006 100644
--- a/certbot-dns-ovh/setup.py
+++ b/certbot-dns-ovh/setup.py
@@ -4,14 +4,14 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.28.0.dev0'
+version = '0.29.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=0.21.1',
'certbot>=0.21.1',
- 'dns-lexicon>=2.7.3', # Correct OVH integration tests
+ 'dns-lexicon>=2.7.14', # Correct proxy use on OVH provider
'mock',
'setuptools',
'zope.interface',