Skip to content

Commit

Permalink
Update Certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Sep 10, 2020
1 parent 3290bd2 commit 2990e57
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## master - CURRENT
## Modified
* Upgrade Lexicon to 3.4.3 (add Njalla provider)
* Upgrade Certbot to 1.8.0

## 3.6.0 - 17/08/2020
## Modified
Expand Down
63 changes: 30 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ homepage = "https://dnsrobocert.readthedocs.io"

[tool.poetry.dependencies]
python = "^3.6"
acme = "==1.7.0"
certbot = "==1.7.0"
acme = "==1.8.0"
certbot = "==1.8.0"
dns-lexicon = { version = "==3.4.3", extras = [ "full" ] }
# Optional deps on dns-lexicon
zeep = "*"
Expand Down

0 comments on commit 2990e57

Please sign in to comment.