From 58e73e8cec17d924842ae53c69e9a790e42de104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 17:32:18 +0000 Subject: [PATCH] Bump twisted from 20.3.0 to 22.2.0 Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.2.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-20.3.0...twisted-22.2.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(-) diff --git a/requirements.txt b/requirements.txt index 8c364f5..cef0e9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pytest==2.1.0 -e git://github.com/kiip/pyblooming.git#egg=pyblooming -twisted==20.3.0 +twisted==22.2.0 diff --git a/setup.py b/setup.py index 2030834..8193b29 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ entry_points = { "console_scripts": ["bloomd = bloomd.bin.bloomd:main"], }, - install_requires = ["twisted==20.3.0","pyblooming==0.4.0"], + install_requires = ["twisted==22.2.0","pyblooming==0.4.0"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",