From a25701022be93bddd0b9c2bdeaa75db20cf3f285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:50:20 +0000 Subject: [PATCH] Update twisted requirement in the pip group across 1 directory Updates the requirements on [twisted](https://github.com/twisted/twisted) to permit the latest version. Updates `twisted` to 24.3.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-19.7.0...twisted-24.3.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b6955e7..9bc337f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "sentry-sdk>=0.10.2", "service_identity>=18.1.0", # Upper bound: tests fail on latest Twisted, see https://github.com/matrix-org/sygnal/issues/356 - "Twisted>=19.7,<23.10", + "Twisted>=19.7,<24.4", "zope.interface>=5.0.0", ]