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:
authorBrad Warren <bmw@users.noreply.github.com>2021-07-22 22:00:30 +0300
committerGitHub <noreply@github.com>2021-07-22 22:00:30 +0300
commit08839758bd80015377e8aaf61361f1c091d4c98f (patch)
tree351d644947c4086f6afcd4cbe6ff3a00ec2c025f /certbot-dns-gehirn
parent10eecf9c978ce909f6965de5d82cea39a720facc (diff)
Finish pinning system rewrite (#8934)
* add oldest pyproject.toml file that works * make single oldest_constraints.txt file * remove unused merge_requirements.py * remove unused import * make conditional right * simplify pip_install.py * fix typo * bump min dns-lexicon dependency * fix zope import warning * pin back wheel * refactor pinning script * Add oldest script. * add pip comment * add pipstrap extra * simplify pinning scripts * remove pipstrap extra * update contributing * Add design doc * Update tools/pinning/DESIGN.md Co-authored-by: ohemorange <erica@eff.org> * Update tools/pinning/DESIGN.md Co-authored-by: ohemorange <erica@eff.org> * Update tools/pinning/DESIGN.md Co-authored-by: ohemorange <erica@eff.org> * Update tools/pinning/DESIGN.md Co-authored-by: ohemorange <erica@eff.org> * rename normal to current * no dummies * script improvements * mention need to update setup.py * try and clarify poetry behavior * tweak section title Co-authored-by: ohemorange <erica@eff.org>
Diffstat (limited to 'certbot-dns-gehirn')
-rw-r--r--certbot-dns-gehirn/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-gehirn/setup.py b/certbot-dns-gehirn/setup.py
index 1bb2afb61..c0bd3eb25 100644
--- a/certbot-dns-gehirn/setup.py
+++ b/certbot-dns-gehirn/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
version = '1.18.0.dev0'
install_requires = [
- 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name
+ 'dns-lexicon>=3.2.1',
'setuptools>=39.0.1',
'zope.interface',
]