From 9b3e5cb4187595ec6d00da90597e8179a2b96470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 04:15:59 +0000 Subject: [PATCH] Bump python-socketio from 4.6.1 to 5.7.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.1 to 5.7.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.7.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..32f6759 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.7.0 six==1.16.0 pytest==7.1.2 requests==2.28.0