From 8db0d0c9604c657b0ff3ba5cd9de8246692f0015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 04:22:41 +0000 Subject: [PATCH] Bump python-engineio from 3.14.2 to 4.1.0 in /backend Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 3.14.2 to 4.1.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.1.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 2f4ae97..3db77bc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ certifi==2021.5.30 dnspython==1.16.0 eventlet==0.31.1 greenlet==1.1.1 -python-engineio==3.14.2 +python-engineio==4.1.0 python-socketio==4.6.1 six==1.16.0 pytest==6.2.4 \ No newline at end of file