From 30d947902526e82a3d3bbc94f1288026538464e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:24:47 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-fluent-core](https://github.com/ansys/pyfluent) and [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization). Updates `ansys-fluent-core` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/ansys/pyfluent/releases) - [Commits](https://github.com/ansys/pyfluent/compare/v0.27.0...v0.28.0) Updates `ansys-fluent-visualization` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/ansys/pyfluent-visualization/releases) - [Commits](https://github.com/ansys/pyfluent-visualization/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-fluent-visualization 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 1cde7fed..b86dbbb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "ansys-dyna-core==0.6.1", "ansys-dynamicreporting-core==0.9.0", "ansys-edb-core==0.1.9", - "ansys-fluent-core==0.27.0", + "ansys-fluent-core==0.28.0", "ansys-geometry-core==0.7.6", "ansys-hps-client==0.9.1", "ansys-mapdl-core==0.68.6", @@ -62,7 +62,7 @@ dependencies = [ [project.optional-dependencies] mapdl-all = ["ansys-mapdl-reader==0.54.2"] -fluent-all = ["ansys-fluent-visualization==0.15.0"] +fluent-all = ["ansys-fluent-visualization==0.16.0"] tools = [ "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", @@ -79,7 +79,7 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.54.2", # FLUENT - ALL - "ansys-fluent-visualization==0.15.0", + "ansys-fluent-visualization==0.16.0", # TOOLS "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1",