From da6a49668370b630b074c2c1580ac78869d2e626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:58:11 +0000 Subject: [PATCH] Bump python-socketio from 5.1.0 to 5.14.0 in /Lab 3/demo Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.1.0 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/v5.1.0...v5.14.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Lab 3/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab 3/demo/requirements.txt b/Lab 3/demo/requirements.txt index 0efd65fb6c..784cd846d0 100644 --- a/Lab 3/demo/requirements.txt +++ b/Lab 3/demo/requirements.txt @@ -22,7 +22,7 @@ PyAudio==0.2.11 pyftdi==0.52.9 pyserial==3.5 python-engineio==4.0.1 -python-socketio==5.1.0 +python-socketio==5.14.0 pyusb==1.1.1 rpi-ws281x==4.2.6 RPi.GPIO==0.7.1