Skip to content

Commit 5a9e10d

Browse files
build(deps): update websockets requirement
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. Updates `websockets` to 14.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@12.0...14.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2982c4 commit 5a9e10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"pyvista >= 0.43.0,<1",
26-
"websockets >= 12.0,< 14",
26+
"websockets >= 12.0,< 15",
2727
"trame >= 3.6.0,<4",
2828
"trame-vtk >= 2.8.7,<3",
2929
"trame-vuetify >= 2.4.3,<3",

0 commit comments

Comments
 (0)