From 324cb3c138b24c27ece8ffc7fd12a0e6ed3f7c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:57:06 +0000 Subject: [PATCH] Bump python-socketio from 4.3.1 to 5.14.0 in /src Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.3.1 to 5.14.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.3.1...v5.14.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index c13eef60..5ef6cf33 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ playsound==1.2.2 applicationinsights==0.11.9 -python-socketio==4.3.1 +python-socketio==5.14.0 requests==2.22.0 pywin32==227; platform_system == "Windows" PyObjC; platform_system == "darwin"