From aa2c0cbbf4d22f902ce78c28e29446ea708e674b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:08:43 +0000 Subject: [PATCH] build(deps): bump python-socketio from 5.9.0 to 5.11.2 in /flask Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.9.0 to 5.11.2. - [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.9.0...v5.11.2) --- updated-dependencies: - dependency-name: python-socketio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index 0f00173..3549697 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -14,7 +14,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.3 peewee==3.16.3 python-engineio==4.8.0 -python-socketio==5.9.0 +python-socketio==5.11.2 six==1.16.0 Werkzeug==2.3.8 wsproto==1.2.0