Skip to content

Commit 6bde361

Browse files
committed
Unpin towncrier
sphinx-contrib/sphinxcontrib-towncrier#92 has been fixed
1 parent 7d68667 commit 6bde361

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MIT
1+
# SPDX-License-Identifier: MITpyp
22

33
[build-system]
44
requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme>=23.2.0"]
@@ -58,9 +58,7 @@ docs = [
5858
"sphinx",
5959
"sphinx-notfound-page",
6060
"sphinxcontrib-towncrier",
61-
# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
62-
# Pin also present in tox.ini
63-
"towncrier<24.7",
61+
"towncrier",
6462
]
6563
dev = ["attrs[tests]", "pre-commit-uv"]
6664

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ commands = pre-commit run --all-files
100100
[testenv:changelog]
101101
# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
102102
# Pin also present in pyproject.toml
103-
deps = towncrier<24.7
103+
deps = towncrier
104104
skip_install = true
105105
commands =
106106
towncrier --version

0 commit comments

Comments
 (0)