From b0ecd9dc74244b5cc74959e5c1d0f7982384e5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:21:05 +0000 Subject: [PATCH] build(deps): bump twisted from 24.10.0 to 24.11.0 (#1440) Bumps [twisted](https://github.com/twisted/twisted) from 24.10.0 to 24.11.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.10.0...twisted-24.11.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61df8552b..10d14e422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pyopenssl==24.3.0", "pyyaml==6.0.2", "service-identity==24.2.0", - "twisted==24.10.0", + "twisted==24.11.0", "werkzeug==3.1.3", "zope-interface==7.2", ]