Skip to content

Commit

Permalink
Bump Certbot and ACME dependencies
Browse files Browse the repository at this point in the history
- Drops support for EOL Python 3.7
- Bumps Certbot/ACME to 2.11.0
- Adds testing target for Python 3.12
  • Loading branch information
tedski authored and dalbothek committed Sep 25, 2024
1 parent 40f52b0 commit 4f6b710
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -24,10 +24,10 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
acme = ">=2.7.4,<2.8.0"
certbot = ">=2.7.4,<2.8.0"
acme = ">=2.11.0"
certbot = ">=2.11.0"
cloudns-api = "0.9.3"
dnspython = ">=2.3.0,<3.0.0"
dnspython = ">=2.3.0"
"zope.interface" = ">=5.4.0"

[tool.poetry.plugins."certbot.plugins"]
Expand Down

0 comments on commit 4f6b710

Please sign in to comment.