From 4428b2d51d9c2069f301a4c592d9bc542f03d39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:29:28 +0000 Subject: [PATCH] Bump python-engineio from 3.13.2 to 4.2.0 Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 3.13.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.13.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 691783f..986d8ee 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,6 +2,6 @@ certifi==2020.11.8 dnspython==1.16.0 eventlet==0.31.0 greenlet==0.4.17 -python-engineio==3.13.2 +python-engineio==4.2.0 python-socketio==4.6.0 six==1.16.0