From a1663aa6b4abe81e1d95af2c2cde4e709e9a0581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 02:47:18 +0000 Subject: [PATCH] Update towncrier requirement from ~=24.8 to ~=25.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](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:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4c9f7f..7351de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ build = [ "isort~=6.0", "mypy[mypyc]~=1.15", "black[jupyter]~=25.1", - "towncrier~=24.8", + "towncrier~=25.8", "bump-my-version~=1.1", ] benchmark = [