From 31b1a0ea75691dc3d6161b92d5ed16b22162a0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:02:56 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 3 updates Bumps the deps group with 3 updates: [ansys-fluent-core](https://github.com/ansys/pyfluent), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-tools-path](https://github.com/ansys/ansys-tools-path). Updates `ansys-fluent-core` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/ansys/pyfluent/releases) - [Commits](https://github.com/ansys/pyfluent/compare/v0.17.1...v0.18.0) Updates `pyaedt` from 0.7.1 to 0.7.2 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.7.1...v0.7.2) Updates `ansys-tools-path` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/ansys/ansys-tools-path/releases) - [Changelog](https://github.com/ansys/ansys-tools-path/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-path/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-tools-path dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ceb66a9f..7df9aa6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "ansys-geometry-core==0.4rc2", "ansys-grantami-bomanalytics==1.2.0", "ansys-grantami-recordlists==1.0.0.post1", - "ansys-fluent-core==0.17.1", + "ansys-fluent-core==0.18.0", "ansys-mapdl-core==0.67.0", "ansys-math-core==0.1.3", "ansys-mechanical-core==0.10.4", @@ -46,7 +46,7 @@ dependencies = [ "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", - "pyaedt==0.7.1", + "pyaedt==0.7.2", "pytwin==0.5.0", ] @@ -60,7 +60,7 @@ fluent-all = [ ] tools = [ "ansys-units==0.1.0", - "ansys-tools-path==0.3.1", + "ansys-tools-path==0.3.2", "pyansys-tools-report==0.7.0", "pyansys-tools-versioning==0.5.0", ] @@ -72,7 +72,7 @@ all = [ "ansys-fluent-parametric==0.8.1", # TOOLS "ansys-units==0.1.0", - "ansys-tools-path==0.3.1", + "ansys-tools-path==0.3.2", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", "pyansys-tools-report==0.7.0", "pyansys-tools-versioning==0.5.0",