Skip to content

Commit 5fedeed

Browse files
build(deps): update websockets requirement from <14,>=12.0 to >=12.0,<15 in the general-dependencies group (#188)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent f2982c4 commit 5fedeed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): update websockets requirement from <14,>=12.0 to >=12.0,<15 in the general-dependencies group

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)