From 853a98991e257fc1388672cd72a543d153d91520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:03:48 +0000 Subject: [PATCH] Bump twisted from 17.5.0 to 19.7.0 Bumps [twisted](https://github.com/twisted/twisted) from 17.5.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-17.5.0...twisted-19.7.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 750a6bd..013e6fb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ packages=['quedex_api'], install_requires=[ 'autobahn==17.6.2', - 'twisted==17.5.0', + 'twisted==19.7.0', 'cryptography==2.0.3', 'pyOpenSSL==17.1.0', 'pgpy==0.4.2',