From 03bc5a043df1b921614eb7517307c2cc6429101e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:52:46 +0100 Subject: [PATCH] Bump python-socketio from 5.5.0 to 5.11.3 (#15) Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.5.0 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.5.0...v5.11.3) --- updated-dependencies: - dependency-name: python-socketio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 98ffac4..4d6cc92 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -12,7 +12,7 @@ numpy==1.21.4 pandas==1.3.4 python-dateutil==2.8.2 python-engineio==4.3.0 -python-socketio==5.5.0 +python-socketio==5.11.3 pytz==2021.3 requests==2.26.0 six==1.16.0