From 2a746534ab3920af40445a1a6c4ff3393a4ffa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:58:38 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-meshing-prime](https://github.com/ansys/pyprimemesh) and [ansys-systemcoupling-core](https://github.com/ansys/pysystem-coupling). Updates `ansys-meshing-prime` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/ansys/pyprimemesh/releases) - [Commits](https://github.com/ansys/pyprimemesh/compare/v0.5.0...v0.5.1) Updates `ansys-systemcoupling-core` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/ansys/pysystem-coupling/releases) - [Commits](https://github.com/ansys/pysystem-coupling/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: ansys-meshing-prime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-systemcoupling-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 164f5165..7763ea0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "ansys-mapdl-core==0.67.0", "ansys-math-core==0.1.3", "ansys-mechanical-core==0.10.6", - "ansys-meshing-prime==0.5.0", + "ansys-meshing-prime==0.5.1", "ansys-motorcad-core==0.4.0", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.7.5", @@ -48,7 +48,7 @@ dependencies = [ "ansys-optislang-core==0.5.1", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", - "ansys-systemcoupling-core==0.3.0", + "ansys-systemcoupling-core==0.3.1", "ansys-turbogrid-core==0.4.dev1", "pyaedt==0.7.10", "pygranta==2024.1.0",