From 68984b069fd94b31f2c195868679e24dfd6cb36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 09:11:19 +0000 Subject: [PATCH] Bump python-engineio from 3.14.2 to 4.2.0 in /backend Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 3.14.2 to 4.2.0. - [Release notes](https://github.com/miguelgrinberg/python-engineio/releases) - [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-engineio/compare/v3.14.2...v4.2.0) --- updated-dependencies: - dependency-name: python-engineio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 343b795..e8cf30f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,6 +2,6 @@ certifi==2021.5.30 dnspython==1.16.0 eventlet==0.31.0 greenlet==1.1.0 -python-engineio==3.14.2 +python-engineio==4.2.0 python-socketio==4.6.1 six==1.16.0