Skip to content

Commit 2a27c1f

Browse files
build(deps-dev): bump websockets in the python-packages-major group
Bumps the python-packages-major group with 1 update: [websockets](https://github.com/python-websockets/websockets). Updates `websockets` from 16.1.1 to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@16.1.1...17.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d81909e commit 2a27c1f

2 files changed

Lines changed: 132 additions & 80 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ llm = [
5353
# https://github.com/python-jsonschema/jsonschema/issues/1392
5454
ray = ["ray[tune]>=2.47.1,<3", "jsonschema<4.25.0", "optuna>=3.0,<5"]
5555
redis = ["redis>=7.1,<9"]
56-
websockets = ["websockets>=14.2,<17"]
56+
websockets = ["websockets>=14.2,<18"]
5757

5858
[dependency-groups]
5959
dev = [
@@ -91,7 +91,7 @@ test = [
9191
"respx>=0.21,<1",
9292
"s3fs>=2024.9.0",
9393
"time-machine>=2.15,<4",
94-
"websockets>=14.2,<17",
94+
"websockets>=14.2,<18",
9595
]
9696
docs = [
9797
"mike>=2.1,<3",

0 commit comments

Comments
 (0)