From e8400cd51d8c34537477e6ac48ad718910ada913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:15:16 +0000 Subject: [PATCH] chore(deps): bump twisted from 24.3.0 to 24.10.0 Bumps [twisted](https://github.com/twisted/twisted) from 24.3.0 to 24.10.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-24.3.0...twisted-24.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index e489799..4a9d4e4 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -14,6 +14,6 @@ asyncio==3.4.3 pytest-tornasync>=0.6.0 pytest-trio==0.8.0 pytest-twisted==1.14.1 -Twisted==24.3.0 +Twisted==24.10.0 python-dotenv==1.0.0 pytest-rerunfailures==14.0