diff --git a/doc/changelog.d/555.dependencies.md b/doc/changelog.d/555.dependencies.md new file mode 100644 index 000000000..9b339f675 --- /dev/null +++ b/doc/changelog.d/555.dependencies.md @@ -0,0 +1 @@ +Build(deps): bump the general-dependencies group across 1 directory with 3 updates diff --git a/pyproject.toml b/pyproject.toml index 39d6fcb27..a145c58f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pyvista >= 0.43.0,<1", "websockets >= 12.0,< 17", "trame >= 3.6.0,<4", - "trame-vtk >= 2.8.7,!= 2.8.16,< 2.11.10", + "trame-vtk >= 2.8.7,!= 2.8.16,< 2.11.13", "trame-vuetify >= 2.4.3,< 4", "trame-router >= 2.3.0,<3" ] @@ -72,13 +72,13 @@ doc = [ "pyvista==0.48.4", "ansys-sphinx-theme[autoapi]==1.9.0", "jupyter_sphinx==0.5.3", - "jupytext==1.19.3", + "jupytext==1.19.4", "nbsphinx==0.9.6", "numpydoc==1.10.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.21.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.39.0", + "ansys-fluent-core==0.39.1", "nest-asyncio2==1.7.2", # Required for interactive examples, else it fails silently ]