Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Jun 3, 2020
1 parent 02ebd8c commit 17146a3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## master - CURRENT
### Modified
* Upgrade Lexicon to 3.3.24
* Upgrade Certbot to 1.5.0

## 3.3.2 - 31/05/2020
### Added
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

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

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

[tool.poetry.dependencies]
python = "^3.6"
acme = "==1.4.0"
certbot = "==1.4.0"
dns-lexicon = { version = "==3.3.22", extras = [ "full" ] }
acme = "==1.5.0"
certbot = "==1.5.0"
dns-lexicon = { version = "==3.3.24", extras = [ "full" ] }
cryptography = "^2.9"
dnspython3 = "^1.15"
jsonschema = "^3.2"
Expand Down

0 comments on commit 17146a3

Please sign in to comment.