From 1e5535c13fe7d1c1f7cf882c79209a86b102bf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:11:31 +0000 Subject: [PATCH] Bump python-socketio from 5.8.0 to 5.11.1 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.8.0 to 5.11.1. - [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/v5.8.0...v5.11.1) --- updated-dependencies: - dependency-name: python-socketio dependency-type: direct:production update-type: version-update:semver-minor ... 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 46da345..d55a4a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ certifi==2022.12.7 dnspython==2.3.0 eventlet==0.33.3 python-engineio==4.3.4 -python-socketio==5.8.0 +python-socketio==5.11.1 six==1.16.0 pytest==7.2.2 requests==2.28.2