Skip to content

Commit 7c6490b

Browse files
authored
1 parent adf4b61 commit 7c6490b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ docs = [
6363
"sphinx",
6464
"sphinx-notfound-page",
6565
"sphinxcontrib-towncrier",
66-
"towncrier",
66+
# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
67+
# Pin also present in tox.ini
68+
"towncrier<24.7",
6769
]
6870
dev = ["attrs[tests]", "pre-commit"]
6971

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ commands = pre-commit run --all-files
101101

102102

103103
[testenv:changelog]
104-
deps = towncrier
104+
# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
105+
# Pin also present in pyproject.toml
106+
deps = towncrier<24.7
105107
skip_install = true
106108
commands =
107109
towncrier --version

0 commit comments

Comments
 (0)