Skip to content

Commit

Permalink
fix: relax dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Oct 6, 2023
1 parent ebea239 commit d9124dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
certbot = "^2.7.0"
dns-lexicon = "^3.15.0"
certbot = ">=2.7.0"
dns-lexicon = ">=3.15.0"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
types-requests = "^2.31.0.8"
black = ">=23.9.1"
types-requests = ">=2.31.0.8"

[tool.poetry.plugins."certbot.plugins"]
dns-pdns = "certbot_dns_pdns.dns_pdns:Authenticator"
Expand Down

0 comments on commit d9124dc

Please sign in to comment.