Skip to content

Commit ec9a5a5

Browse files
Update towncrier requirement from ~=24.8 to >=24.8,<26.0 (#10533)
* Update towncrier requirement from ~=24.8 to >=24.8,<26.0 Updates the requirements on [towncrier](https://github.com/twisted/towncrier) to permit the latest version. - [Release notes](https://github.com/twisted/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](twisted/towncrier@24.8.0...25.8.0) --- updated-dependencies: - dependency-name: towncrier dependency-version: 25.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2d60c59 commit ec9a5a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sphinx==8.2.3
22
sphinx-reredirects<1
3-
towncrier~=24.8
3+
towncrier>=24.8,<26.0
44
furo==2025.7.19

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docs = [
8787
"furo==2025.7.19",
8888
"sphinx==8.2.3",
8989
"sphinx-reredirects<1",
90-
"towncrier~=24.8",
90+
"towncrier>=24.8,<26",
9191
]
9292

9393
# Configuration for the build system
@@ -100,7 +100,7 @@ test-min = [
100100
"pytest-timeout~=2.4",
101101
"requests",
102102
"setuptools; python_version>='3.12'",
103-
"towncrier~=24.8",
103+
"towncrier>=24.8,<26",
104104
"typing-extensions~=4.15",
105105
]
106106

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ py~=1.11.0
66
pytest~=8.4
77
pytest-benchmark~=5.1
88
pytest-timeout~=2.4
9-
towncrier~=24.8
9+
towncrier>=24.8,<26.0
1010
requests
1111
# Voluntary for test purpose, not actually used in prod, see #8904
1212
setuptools;python_version>='3.12'

0 commit comments

Comments
 (0)