From 85091a204ac0513bd93a00ec1a3c4b97ae4a6fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 09:11:14 +0000 Subject: [PATCH] Bump python-socketio from 4.6.1 to 5.3.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.1 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.1...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 343b795..1abdb90 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,5 +3,5 @@ dnspython==1.16.0 eventlet==0.31.0 greenlet==1.1.0 python-engineio==3.14.2 -python-socketio==4.6.1 +python-socketio==5.3.0 six==1.16.0