From b2c22c9ad669338da7ae1a99515dda7236c56807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 03:38:21 +0000 Subject: [PATCH] Bump twisted from 20.3.0 to 22.1.0 Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.1.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.1.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..33d0e09 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.1.0 diff --git a/setup.py b/setup.py index 2030834..092fa5d 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.1.0","pyblooming==0.4.0"], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",