From 4a9227a824f71b932bfd5e5dd013cd87d7421b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:54:27 +0000 Subject: [PATCH] build(deps): bump python-socketio from 5.14.0 to 5.16.2 in /src/kubedash Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.14.0 to 5.16.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.14.0...v5.16.2) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/kubedash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kubedash/requirements.txt b/src/kubedash/requirements.txt index dc01b8dd..f0005a22 100644 --- a/src/kubedash/requirements.txt +++ b/src/kubedash/requirements.txt @@ -101,7 +101,7 @@ pyopenssl==25.1.0 ; python_version >= "3.11" and python_version < "3.13" pyphen==0.17.2 ; python_version >= "3.11" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13" python-engineio==4.12.2 ; python_version >= "3.11" and python_version < "3.13" -python-socketio==5.14.0 ; python_version >= "3.11" and python_version < "3.13" +python-socketio==5.16.2 ; python_version >= "3.11" and python_version < "3.13" pytz==2023.3.post1 ; python_version >= "3.11" and python_version < "3.13" pyvis==0.3.2 ; python_version >= "3.11" and python_version < "3.13" pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.13"