From 7c527d6665c965326c1656e79e3eae6b875d64e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:00:57 +0000 Subject: [PATCH] Bump twisted from 25.5.0 to 26.4.0 Bumps [twisted](https://github.com/twisted/twisted) from 25.5.0 to 26.4.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-25.5.0...twisted-26.4.0) --- updated-dependencies: - dependency-name: twisted dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_mypy.txt | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_mypy.txt b/requirements_mypy.txt index 92d9e042..9b43660c 100644 --- a/requirements_mypy.txt +++ b/requirements_mypy.txt @@ -39,7 +39,7 @@ tomli==2.0.1 # mypy trove-classifiers==2024.7.2 # via hatchling -twisted==25.5.0 +twisted==26.4.0 # via -r requirements_mypy.in typing-extensions==4.12.2 # via diff --git a/requirements_tests.txt b/requirements_tests.txt index 53b56f06..70ddad03 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -127,7 +127,7 @@ tomlkit==0.13.0 # via hatch trove-classifiers==2024.7.2 # via hatchling -twisted==25.5.0 +twisted==26.4.0 # via -r requirements_tests.in typing-extensions==4.15.0 # via