From 505be5d25bc9f34aed571b1c26283f1a4ef5d5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:14:33 +0000 Subject: [PATCH] Bump autobahn from 17.6.2 to 20.12.3 Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 17.6.2 to 20.12.3. - [Release notes](https://github.com/crossbario/autobahn-python/releases) - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/crossbario/autobahn-python/compare/v17.6.2...v20.12.3) 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..49dee5a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ version='0.1.0', packages=['quedex_api'], install_requires=[ - 'autobahn==17.6.2', + 'autobahn==20.12.3', 'twisted==17.5.0', 'cryptography==2.0.3', 'pyOpenSSL==17.1.0',