From c2f65ffd749f861ff407a0ced7f834e71fb4e60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:35:53 +0000 Subject: [PATCH] Build(deps): Bump ansys-dyna-core from 0.7.0 to 0.7.1 in the deps group Bumps the deps group with 1 update: [ansys-dyna-core](https://github.com/ansys/pydyna). Updates `ansys-dyna-core` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/ansys/pydyna/releases) - [Changelog](https://github.com/ansys/pydyna/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pydyna/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: ansys-dyna-core 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 1ae917ca..268050a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ansys-dpf-composites==0.6.2", "ansys-dpf-core==0.13.4", "ansys-dpf-post==0.9.2", - "ansys-dyna-core==0.7.0", + "ansys-dyna-core==0.7.1", "ansys-dynamicreporting-core==0.9.0", "ansys-edb-core==0.1.9", "ansys-fluent-core==0.29.0",