From d36ce4d964e004b0b1765df433fd16fd5b900b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 17:43:11 +0000 Subject: [PATCH] Bump twisted from 24.11.0 to 26.4.0rc2 Bumps [twisted](https://github.com/twisted/twisted) from 24.11.0 to 26.4.0rc2. - [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-24.11.0...twisted-26.4.0rc2) --- updated-dependencies: - dependency-name: twisted dependency-version: 26.4.0rc2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a21afbc..2c50e64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Required for the Twisted client, obviously, but not for the procedural one. -Twisted==24.11.0 +Twisted==26.4.0rc2 # These packages are only used for building and running tests, not for using