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
2
2
3
3
[build-system ]
4
4
requires = [" hatchling" , " hatch-vcs" , " hatch-fancy-pypi-readme>=23.2.0" ]
@@ -58,9 +58,7 @@ docs = [
58
58
" sphinx" ,
59
59
" sphinx-notfound-page" ,
60
60
" 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" ,
64
62
]
65
63
dev = [" attrs[tests]" , " pre-commit-uv" ]
66
64
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ commands = pre-commit run --all-files
100
100
[testenv:changelog]
101
101
# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
102
102
# Pin also present in pyproject.toml
103
- deps = towncrier<24.7
103
+ deps = towncrier
104
104
skip_install = true
105
105
commands =
106
106
towncrier --version
You can’t perform that action at this time.
0 commit comments