From 9d1aa4aebe4f7db64bfb683f695780588543a064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 03:27:34 +0000 Subject: [PATCH] chore(deps): bump python-socketio from 5.11.2 to 5.11.3 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.2 to 5.11.3. - [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.11.2...v5.11.3) --- updated-dependencies: - dependency-name: python-socketio dependency-type: direct:production update-type: version-update:semver-patch ... 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 dd9de2ff1..ab90d8a35 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ python-multipart==0.0.9 Flask==3.0.3 Flask-Cors==4.0.1 -python-socketio==5.11.2 +python-socketio==5.11.3 python-jose==3.3.0 passlib[bcrypt]==1.7.4