diff --git a/doc/changelog.d/188.dependencies.md b/doc/changelog.d/188.dependencies.md new file mode 100644 index 00000000..848aac6d --- /dev/null +++ b/doc/changelog.d/188.dependencies.md @@ -0,0 +1 @@ +build(deps): update websockets requirement from <14,>=12.0 to >=12.0,<15 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 76fcb663..160ed22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "pyvista >= 0.43.0,<1", - "websockets >= 12.0,< 14", + "websockets >= 12.0,< 15", "trame >= 3.6.0,<4", "trame-vtk >= 2.8.7,<3", "trame-vuetify >= 2.4.3,<3",