From 71b5cc708ce62433c1ea3e8369afbeacdc123ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:18:38 +0000 Subject: [PATCH] Bump python-socketio from 4.6.1 to 5.6.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.1 to 5.6.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.6.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 26fe6ea..7302d97 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ dnspython==2.2.1 eventlet==0.33.1 greenlet==1.1.2 python-engineio==3.14.2 -python-socketio==4.6.1 +python-socketio==5.6.0 six==1.16.0 pytest==7.1.2 requests==2.28.0