From 6f71e0dcb12421eed4d190fe81de6daa90c54841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 00:08:13 +0000 Subject: [PATCH] Bump python-engineio from 0.7.0 to 3.8.2.post1 Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 0.7.0 to 3.8.2.post1. - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-engineio/commits) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd647cb..7a6f0f3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "Django", "eventlet==0.17.4", "greenlet==0.4.9", - "python-engineio==0.7.0", + "python-engineio==3.8.2.post1", "python-socketio==0.6.0", "six==1.10.0", ],