From 70cea06a576b4a624f021907f64e7fa834e94feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:51:15 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-dyna-core](https://github.com/pyansys/pydyna) and [ansys-geometry-core](https://github.com/ansys/pyansys-geometry). Updates `ansys-dyna-core` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/pyansys/pydyna/releases) - [Commits](https://github.com/pyansys/pydyna/compare/v0.4.2...v0.4.3) Updates `ansys-geometry-core` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Commits](https://github.com/ansys/pyansys-geometry/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: ansys-dyna-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-geometry-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 33daca0c..dff1d078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ "ansys-dpf-core==0.10.0", "ansys-dpf-post==0.6.0", "ansys-dpf-gate==0.4.1", - "ansys-dyna-core==0.4.2", + "ansys-dyna-core==0.4.3", "ansys-dynamicreporting-core==0.5.0", - "ansys-geometry-core==0.4.1", + "ansys-geometry-core==0.4.2", "ansys-grantami-bomanalytics==1.2.0", "ansys-grantami-recordlists==1.0.0.post1", "ansys-fluent-core==0.18.2",