From 33678931da7d232e6f83fbc7fb0e4395c22b13ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:48:01 +0000 Subject: [PATCH] Bump twisted from 21.7.0 to 22.10.0 Bumps [twisted](https://github.com/twisted/twisted) from 21.7.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-21.7.0...twisted-22.10.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 72c2d6998e..b7d4fa848a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ python-dateutil==2.8.2 service_identity==21.1.0 tftpy==0.8.2 treq==21.5.0 -twisted==21.7.0 +twisted==22.10.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index d33f09fae8..81ff1f2b66 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ ], setup_requires=["incremental", "click"], install_requires=[ - "twisted==21.2.0", + "twisted==22.10.0", "cryptography>=0.9.1", "configparser", "pyopenssl",