From 15ac4de721c2fc0cb393f8ee6a534967fab8ad33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 14:26:57 +0000 Subject: [PATCH] Bump twisted from 22.2.0 to 22.4.0 in /jmbase Bumps [twisted](https://github.com/twisted/twisted) from 22.2.0 to 22.4.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-22.2.0...twisted-22.4.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 7118bf0..f846e98 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==22.2.0', 'service-identity', + install_requires=['twisted==22.4.0', 'service-identity', 'chromalog==1.0.5'], python_requires='>=3.6', zip_safe=False)