From 923325a3560dc807fab925f4c33c152932680ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:33:48 +0000 Subject: [PATCH] Bump python-socketio from 4.6.0 to 5.3.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.0 to 5.3.0. - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v4.6.0...v5.3.0) --- updated-dependencies: - dependency-name: python-socketio 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 228a318..cdbe19d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,5 +3,5 @@ dnspython==1.16.0 eventlet==0.31.0 greenlet==0.4.17 python-engineio==4.2.0 -python-socketio==4.6.0 +python-socketio==5.3.0 six==1.16.0