From 18d8d00c0420e1ce1370aa482af4d19aa373faae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:05:15 +0000 Subject: [PATCH] Bump twisted from 12.1.0 to 22.10.0 Bumps [twisted](https://github.com/twisted/twisted) from 12.1.0 to 22.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-12.1.0...twisted-22.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32c6caa5..da00fe18 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'pyOpenSSL', # ==0.13.1 on RHEL7 'requests==2.6.0', 'sqlalchemy==0.9.8', - 'twisted==12.1.0', + 'twisted==22.10.0', 'enum34==1.0.4', 'python-dateutil==1.5'], include_package_data=True,