Skip to content

Commit 6ae41a7

Browse files
chore(deps): bump the uv-deps group across 1 directory with 2 updates
Updates the requirements on [python-socketio[client]](https://github.com/miguelgrinberg/python-socketio) and [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version. Updates `python-socketio[client]` to 5.15.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.11.0...v5.15.0) Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0.post0) --- updated-dependencies: - dependency-name: python-socketio[client] dependency-version: 5.15.0 dependency-type: direct:production dependency-group: uv-deps - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f2717c commit 6ae41a7

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ readme = "README.md"
2222
requires-python = ">=3.9"
2323
dependencies = [
2424
"deprecation ~= 2.1.0",
25-
"python-socketio[client] ~= 5.11.0",
25+
"python-socketio[client]>=5.11,<5.16",
2626
"semver ~= 3.0.2",
2727
# required by the codegen
2828
"httpx>=0.23.0,<0.29.0",
2929
"attrs>=22.2.0",
30-
"python-dateutil ~= 2.8.0",
30+
"python-dateutil>=2.8,<2.10",
3131
]
3232
classifiers = [
3333
"Programming Language :: Python :: 3",

python/uv.lock

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

0 commit comments

Comments
 (0)