From 4e5d68f0d77e9471615dc64545caed1ab35b8c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:39:01 +0000 Subject: [PATCH] Bump python-socketio from 4.6.0 to 5.16.2 Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 4.6.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/v4.6.0...v5.16.2) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 26e3c0d..c34bfd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ wafw00f python-whois sockets python-engineio==3.14.2 -python-socketio[client]==4.6.0 +python-socketio[client]==5.16.2 google notifypy notify-py \ No newline at end of file diff --git a/setup.py b/setup.py index 68f0eac..6153fd6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'python-whois', 'sockets', 'python-engineio==3.14.2', - 'python-socketio[client]==4.6.0', + 'python-socketio[client]==5.16.2', 'google', 'notifypy' ],