From 4729b59240bd72a321bfded96c38946a00081611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:29:34 +0000 Subject: [PATCH] Build(deps): Bump ansys-meshing-prime in the deps group Bumps the deps group with 1 update: [ansys-meshing-prime](https://github.com/ansys/pyprimemesh). Updates `ansys-meshing-prime` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/ansys/pyprimemesh/releases) - [Changelog](https://github.com/ansys/pyprimemesh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyprimemesh/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: ansys-meshing-prime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 367e5b5c..9dfe0da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "ansys-mapdl-core==0.68.4", "ansys-math-core==0.1.5", "ansys-mechanical-core==0.11.3", - "ansys-meshing-prime==0.6.1", + "ansys-meshing-prime==0.6.2", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.5.5", "ansys-optislang-core==0.8.0",