File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: MIT
1+ # SPDX-License-Identifier: MITpyp
22
33[build-system ]
44requires = [" 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]
6563dev = [" attrs[tests]" , " pre-commit-uv" ]
6664
Original file line number Diff line number Diff 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
104104skip_install = true
105105commands =
106106 towncrier --version
You can’t perform that action at this time.
0 commit comments