From 41c0fc0c620b401459ca3af229663f9a854f8366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:25:27 +0200 Subject: [PATCH] Build(deps-dev): Bump the deps group with 3 updates (#377) Bumps the deps group with 3 updates: [ansys-dpf-composites](https://github.com/ansys/pydpf-composites), [ansys-pyensight-core](https://github.com/ansys/pyensight) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-dpf-composites` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/ansys/pydpf-composites/releases) - [Commits](https://github.com/ansys/pydpf-composites/compare/v0.3.1...v0.3.2) Updates `ansys-pyensight-core` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/ansys/pyensight/releases) - [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ansys/pyensight/compare/v0.6.1...v0.6.2) Updates `pyaedt` from 0.6.94 to 0.7.0 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.6.94...v0.7.0) --- updated-dependencies: - dependency-name: ansys-dpf-composites dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyaedt 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 137d8f17..9fb8e79b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "importlib-metadata>=4.0,<5; python_version<='3.8'", - "ansys-dpf-composites==0.3.1", + "ansys-dpf-composites==0.3.2", "ansys-dpf-core==0.9.0", "ansys-dpf-post==0.5.0", "ansys-dpf-gate==0.4.1", @@ -42,13 +42,13 @@ dependencies = [ "ansys-meshing-prime==0.5.0.dev6", "ansys-motorcad-core==0.2.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.6.1", + "ansys-pyensight-core==0.6.2", "ansys-openapi-common==1.2.2", "ansys-optislang-core==0.4.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", - "pyaedt==0.6.94", + "pyaedt==0.7.0", "pytwin==0.5.0", ]