Skip to content

Commit d5f9360

Browse files
Update towncrier requirement from ~=24.7 to ~=24.8 (#9893)
* Update towncrier requirement from ~=24.7 to ~=24.8 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.7.0...24.8.0)
1 parent 27644ff commit d5f9360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx==7.4.7
22
sphinx-reredirects<1
3-
towncrier~=24.7
3+
towncrier~=24.8
44
furo==2024.8.6
55
-e .

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.3
77
pytest-benchmark~=4.0
88
pytest-timeout~=2.3
9-
towncrier~=24.7
9+
towncrier~=24.8
1010
requests
1111
# Voluntary for test purpose, not actually used in prod, see #8904
1212
setuptools;python_version>='3.12'

tests/functional/r/recursion/recursion_error_3152.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import setuptools
33

44

5-
# pylint: disable=missing-docstring,too-few-public-methods
5+
# pylint: disable=missing-docstring,too-few-public-methods,abstract-method
66
class Custom(setuptools.Command):
77
pass

0 commit comments

Comments
 (0)