From b4c8bf0303bc8556cff69f36e59e6994ce055191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 21:48:18 +0000 Subject: [PATCH] Bump twisted from 21.7.0 to 22.2.0 in /jmbase Bumps [twisted](https://github.com/twisted/twisted) from 21.7.0 to 22.2.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/twisted-22.2.0/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-21.7.0...twisted-22.2.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jmbase/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmbase/setup.py b/jmbase/setup.py index ccdf321..c8e98dd 100644 --- a/jmbase/setup.py +++ b/jmbase/setup.py @@ -9,7 +9,7 @@ setup(name='joinmarketbase', author_email='', license='GPL', packages=['jmbase'], - install_requires=['twisted==21.7.0', 'service-identity', + install_requires=['twisted==22.2.0', 'service-identity', 'chromalog==1.0.5'], python_requires='>=3.6', zip_safe=False)