Skip to content

Commit

Permalink
Remove python restriction from towncrier package
Browse files Browse the repository at this point in the history
  • Loading branch information
yatmanov committed Feb 26, 2024
1 parent 700df67 commit 952bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pytest = "^7.4.0"

[tool.poetry.group.docs.dependencies]
sphinx = {version = "^7.0.1", python = "3.11"}
towncrier = {version = "^23.6.0", python = "3.11"}
towncrier = "^23.6.0"
sphinx-autodoc-typehints = {version = "^1.23.3", python = "3.11"}

[tool.towncrier]
Expand Down

0 comments on commit 952bed1

Please sign in to comment.