From 3b5ebb2ac210cb76c9c4e729efb0a9e9b7062ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:08:29 +0000 Subject: [PATCH] Bump twisted in /relayer in the pip group across 1 directory Bumps the pip group with 1 update in the /relayer directory: [twisted](https://github.com/twisted/twisted). Updates `twisted` from 22.1.0 to 24.7.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-22.1.0...twisted-24.7.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- relayer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/requirements.txt b/relayer/requirements.txt index a83f3fa..981b8db 100644 --- a/relayer/requirements.txt +++ b/relayer/requirements.txt @@ -1,6 +1,6 @@ # packages required by the core program setuptools==50.3.0 -Twisted==22.1.0 +Twisted==24.7.0 ruamel.yaml==0.17.21 six==1.16.0 simplejson==3.17.6