From 9066ad4b473233bc64199db9ea7b87928438976d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:18:45 +0000 Subject: [PATCH] Bump twisted from 18.9.0 to 19.7.0 in /jmbase Bumps [twisted](https://github.com/twisted/twisted) from 18.9.0 to 19.7.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-18.9.0...twisted-19.7.0) 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 d2c3751..34d0b6a 100644 --- a/jmbase/setup.py +++ b/jmbase/setup.py @@ -9,6 +9,6 @@ setup(name='joinmarketbase', author_email='', license='GPL', packages=['jmbase'], - install_requires=['future', 'twisted==18.9.0', 'service-identity', + install_requires=['future', 'twisted==19.7.0', 'service-identity', 'chromalog==1.0.5'], zip_safe=False)