From cec6139318cc3649fe8984ab27de2190e30fe8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:35:22 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-dpf-core](https://github.com/ansys/pydpf-core) and [ansys-dpf-post](https://github.com/ansys/pydpf-post). Updates `ansys-dpf-core` from 0.12.2 to 0.13.0 - [Release notes](https://github.com/ansys/pydpf-core/releases) - [Commits](https://github.com/ansys/pydpf-core/compare/v0.12.2...v0.13.0) Updates `ansys-dpf-post` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/ansys/pydpf-post/releases) - [Commits](https://github.com/ansys/pydpf-post/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: ansys-dpf-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-dpf-post dependency-type: direct:production update-type: version-update:semver-minor 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 731b7c51..5d0c77b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ dependencies = [ "ansys-additive-widgets==0.2.1", "ansys-conceptev-core==0.2.1", "ansys-dpf-composites==0.5.0", - "ansys-dpf-core==0.12.2", - "ansys-dpf-post==0.8.0", + "ansys-dpf-core==0.13.0", + "ansys-dpf-post==0.9.0", "ansys-dyna-core==0.4.15", "ansys-dynamicreporting-core==0.6.0", "ansys-edb-core==0.1.5",