From 83ee7abe14ee41463827e41031e61420f38b1f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:33:51 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates (#781) Bumps the deps group with 2 updates: [ansys-dpf-composites](https://github.com/ansys/pydpf-composites) and [ansys-sherlock-core](https://github.com/ansys/pysherlock). Updates `ansys-dpf-composites` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/ansys/pydpf-composites/releases) - [Changelog](https://github.com/ansys/pydpf-composites/blob/main/release_checklist.rst) - [Commits](https://github.com/ansys/pydpf-composites/compare/v0.6.1...v0.6.2) Updates `ansys-sherlock-core` from 0.7.1 to 0.8.1 - [Release notes](https://github.com/ansys/pysherlock/releases) - [Commits](https://github.com/ansys/pysherlock/compare/v0.7.1...v0.8.1) --- updated-dependencies: - dependency-name: ansys-dpf-composites dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-sherlock-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a265fed..0d2a4357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "ansys-additive-core==0.18.1", "ansys-additive-widgets==0.2.1", "ansys-conceptev-core==0.8", - "ansys-dpf-composites==0.6.1", + "ansys-dpf-composites==0.6.2", "ansys-dpf-core==0.13.3", "ansys-dpf-post==0.9.2", "ansys-dyna-core==0.6.1", @@ -48,7 +48,7 @@ dependencies = [ "ansys-pyensight-core==0.9.2", "ansys-rocky-core==0.3.1", "ansys-seascape==0.2.0", - "ansys-sherlock-core==0.7.1", + "ansys-sherlock-core==0.8.1", "ansys-simai-core==0.2.5", "ansys-sound-core==0.1.3", "ansys-systemcoupling-core==0.8.0",