From 20dbe114dec5b56cd6a0aab0148d15e8bcad0be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:54:07 +0000 Subject: [PATCH 1/2] build(deps): bump the general-dependencies group across 1 directory with 3 updates Updates the requirements on [trame-vtk](https://github.com/Kitware/trame-vtk), [jupytext](https://github.com/jupytext/jupytext) and [ansys-fluent-core](https://github.com/ansys/pyfluent) to permit the latest version. Updates `trame-vtk` to 2.11.12 - [Release notes](https://github.com/Kitware/trame-vtk/releases) - [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kitware/trame-vtk/compare/v2.8.7...v2.11.12) Updates `jupytext` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/jupytext/jupytext/releases) - [Changelog](https://github.com/jupytext/jupytext/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupytext/jupytext/compare/v1.19.3...v1.19.4) Updates `ansys-fluent-core` from 0.39.0 to 0.39.1 - [Release notes](https://github.com/ansys/pyfluent/releases) - [Changelog](https://github.com/ansys/pyfluent/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyfluent/compare/v0.39.0...v0.39.1) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-version: 0.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: jupytext dependency-version: 1.19.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: trame-vtk dependency-version: 2.11.12 dependency-type: direct:production dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ] From 4982fdaf19273a1ad2b8e078c0004f508e4156cd Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:55:11 +0000 Subject: [PATCH 2/2] chore: adding changelog file 555.dependencies.md [dependabot-skip] --- doc/changelog.d/555.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/555.dependencies.md 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