Bump python-socketio from 5.16.1 to 5.16.2

Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.16.1 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.16.1...v5.16.2)

---
updated-dependencies:
- dependency-name: python-socketio
  dependency-version: 5.16.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-08 22:18:57 +00:00
committed by GitHub
parent dbccafd4f5
commit fc75a39469
2 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ requires-python = ">=3.10,<4.0.0"
dependencies = [
"observable (>=1.0.3,<2.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"python-socketio[client] (>=5.16.1,<6.0.0)",
"python-socketio[client] (>=5.16.2,<6.0.0)",
]
[tool.poetry.requires-plugins]