Skip to content

Commit 79500cb

Browse files
Update towncrier requirement from >=24.8.0 to >=25.8.0 (#228)
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:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2309ed5 commit 79500cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tests = [
6767
"pytest-cov>=6.1.1",
6868
]
6969
changelog = [
70-
"towncrier>=24.8.0",
70+
"towncrier>=25.8.0",
7171
]
7272
docs = [
7373
"pydata-sphinx-theme>=0.16.1",

0 commit comments

Comments
 (0)