From a616139d2f2747e2c478520816f1beca3f511c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:29:26 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-systemcoupling-core](https://github.com/ansys/pysystem-coupling) and [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization). Updates `ansys-systemcoupling-core` from 0.9.1 to 0.10.1 - [Release notes](https://github.com/ansys/pysystem-coupling/releases) - [Commits](https://github.com/ansys/pysystem-coupling/compare/v0.9.1...v0.10.1) Updates `ansys-fluent-visualization` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/ansys/pyfluent-visualization/releases) - [Commits](https://github.com/ansys/pyfluent-visualization/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: ansys-systemcoupling-core dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-fluent-visualization dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6891ecdf..e1a08eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "ansys-simai-core==0.3.3", "ansys-sound-core==0.2.0", "ansys-speos-core==0.6.0", - "ansys-systemcoupling-core==0.9.1", + "ansys-systemcoupling-core==0.10.1", "ansys-turbogrid-core==0.4.6", "ansys-workbench-core==0.9.0", "pyaedt==0.18.0", @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] mapdl-all = ["ansys-mapdl-reader==0.55.1"] -fluent-all = ["ansys-fluent-visualization==0.20.0"] +fluent-all = ["ansys-fluent-visualization==0.21.0"] tools = [ "ansys-materials-manager==0.3.0", "ansys-tools-filetransfer==0.1.1", @@ -81,7 +81,7 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.55.1", # FLUENT - ALL - "ansys-fluent-visualization==0.20.0", + "ansys-fluent-visualization==0.21.0", # TOOLS "ansys-materials-manager==0.3.0", "ansys-tools-filetransfer==0.1.1",