From 136244264de3eb27e77d1b90c46218fc9903b89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:14:35 +0000 Subject: [PATCH] Bump autobahn from 0.5.14 to 20.12.3 Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 0.5.14 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/v0.5.14...v20.12.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 402a67d..1b94a51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -autobahn==0.5.14 +autobahn==20.12.3 py==1.4.26 pytest==2.6.1 python-geoip==1.2 diff --git a/setup.py b/setup.py index 541e346..ec4636d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ zip_safe=False, install_requires=['wapiti', 'Twisted==13.0.0', - 'autobahn==0.5.14', + 'autobahn==20.12.3', 'python-geoip==1.2', 'python-geoip-geolite2==2014.207'], license=__license__,