Skip to content

Commit

Permalink
Update dns-lexicon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tengattack committed Dec 26, 2021
1 parent e726695 commit b3472d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions local-oldest-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
acme[dev]==0.21.1
certbot[dev]==0.21.1
dns-lexicon[dev]==3.7.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
from setuptools import find_packages


version = '0.38.1'
version = '0.38.2'

# 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',
'dns-lexicon>=3.7.1',
'mock',
'setuptools',
'zope.interface',
Expand Down

0 comments on commit b3472d9

Please sign in to comment.