From a82c914fc4ece5125b6d2001638dd1028ff41901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:35:06 +0000 Subject: [PATCH] Update towncrier requirement from >=24.8.0 to >=25.8.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](https://github.com/twisted/towncrier/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc57b046..24f062ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tests = [ "pytest-cov>=6.1.1", ] changelog = [ - "towncrier>=24.8.0", + "towncrier>=25.8.0", ] docs = [ "pydata-sphinx-theme>=0.16.1",