Skip to content

Commit

Permalink
Update towncrier requirement from ~=24.7 to ~=24.8 (#9893)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 27644ff commit d5f9360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==7.4.7
sphinx-reredirects<1
towncrier~=24.7
towncrier~=24.8
furo==2024.8.6
-e .
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ py~=1.11.0
pytest~=8.3
pytest-benchmark~=4.0
pytest-timeout~=2.3
towncrier~=24.7
towncrier~=24.8
requests
# Voluntary for test purpose, not actually used in prod, see #8904
setuptools;python_version>='3.12'
2 changes: 1 addition & 1 deletion tests/functional/r/recursion/recursion_error_3152.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import setuptools


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

0 comments on commit d5f9360

Please sign in to comment.