Skip to content

Commit

Permalink
Bump certbot's acme depenency to 0.22.1 (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyli authored and bmw committed Apr 11, 2018
1 parent e7db97d commit 88ceaa3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ def read_file(filename, encoding='utf8'):
# specified here to avoid masking the more specific request requirements in
# acme. See https://github.com/pypa/pip/issues/988 for more info.
install_requires = [
# Remember to update local-oldest-requirements.txt when changing the
# minimum acme version.
'acme>0.21.1',
'acme>=0.22.1',
# We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but
# saying so here causes a runtime error against our temporary fork of 0.9.3
# in which we added 2.6 support (see #2243), so we relax the requirement.
Expand Down

0 comments on commit 88ceaa3

Please sign in to comment.