diff --git a/doc/changelog.d/131.dependencies.md b/doc/changelog.d/131.dependencies.md new file mode 100644 index 00000000..de2edc51 --- /dev/null +++ b/doc/changelog.d/131.dependencies.md @@ -0,0 +1 @@ +build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cb3fd88f..8480d80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-tools-visualization-interface" -version = "0.4.1" +version = "0.4.2" description = "A Python visualization interface for PyAnsys libraries" readme = "README.rst" requires-python = ">=3.9,<4" @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "pyvista >= 0.43.0,<1", "beartype >= 0.17.0,<1", - "websockets >= 12.0,<13", + "websockets >= 12.0,< 14", "trame >= 3.6.0,<4", "trame-vtk >= 2.8.7,<3", "trame-vuetify >= 2.4.3,<3", @@ -45,7 +45,7 @@ doc = [ "sphinx_design==0.6.0", "sphinx-gallery==0.17.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.22.0", + "ansys-fluent-core==0.24.2", ] [project.urls]