Skip to content

Commit

Permalink
chore(deps): update python-socketio requirement from >=5.8, <5.11 to …
Browse files Browse the repository at this point in the history
…>=5.8,<5.12

Updates the requirements on [python-socketio](https://github.com/miguelgrinberg/python-socketio) to permit the latest version.
- [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.8.0...v5.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 270b4c7 commit 4aa19df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = ["atlas/data/*.json"]

[tool.poetry.dependencies]
python = ">=3.8, <4.0"
python-socketio = { version = ">=5.8, <5.11", extras = ["client"] }
python-socketio = { version = ">=5.8,<5.12", extras = ["client"] }
numpy = ">=1.23.3, <1.27.0"
Pillow = ">=9.5, <10.2"

Expand Down

0 comments on commit 4aa19df

Please sign in to comment.