From b6a8ff117e86050fdb6a2c4d01d473efb1b567d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 13:52:32 +0100 Subject: [PATCH] Bump twisted from 22.8.0 to 22.10.0 (#1780) Bumps [twisted](https://github.com/twisted/twisted) from 22.8.0 to 22.10.0. --- 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 afc2b522..14c56a69 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==22.2.0 -twisted==22.8.0 +twisted==22.10.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index ea9b83eb..f50d5dad --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( ], setup_requires=["incremental", "click"], install_requires=[ - "twisted==21.2.0", + "twisted==22.10.0", "cryptography>=0.9.1", "configparser", "pyopenssl",