From f67496f07bd27c4b44e368a93d4a09962ad81760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:35:07 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-additive-core](https://github.com/ansys/pyadditive) and [ansys-dpf-composites](https://github.com/ansys/pydpf-composites). Updates `ansys-additive-core` from 0.17.1 to 0.17.2 - [Release notes](https://github.com/ansys/pyadditive/releases) - [Changelog](https://github.com/ansys/pyadditive/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyadditive/compare/v0.17.1...v0.17.2) Updates `ansys-dpf-composites` from 0.3.2 to 0.4.0 - [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.3.2...v0.4.0) --- updated-dependencies: - dependency-name: ansys-additive-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-dpf-composites 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 ead9cc8d..f876f8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ classifiers = [ ] dependencies = [ - "ansys-additive-core==0.17.1", - "ansys-dpf-composites==0.3.2", + "ansys-additive-core==0.17.2", + "ansys-dpf-composites==0.4.0", "ansys-dpf-core==0.10.1", "ansys-dpf-post==0.6.0", "ansys-dpf-gate==0.4.1",