Skip to content

Commit 145e650

Browse files
Bump python-socketio from 5.13.0 to 5.14.0
Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.13.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](miguelgrinberg/python-socketio@v5.13.0...v5.14.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4263993 commit 145e650

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python-multipart = "^0.0.20" # required by fastapi to serve/upload files
2323
qrcode = { version = "^8.2", extras = ["pil"]}
2424
structlog = "^25.4.0"
2525
uvicorn = { version = "^0.35.0", extras = ["standard"] }
26-
python-socketio = "^5.13.0" # required to run websockets
26+
python-socketio = "^5.14.0" # required to run websockets
2727
redis = "^5.0.0" # required for multi-pod Socket.IO communication
2828
canonicaljson = "^2.0.0" # used to provide unique consistent user identifiers"
2929
pydantic-settings = "^2.10.1"

0 commit comments

Comments
 (0)