From 547776586297270f656fafb8f8af5f6ae199b3b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:29:54 +0200 Subject: [PATCH] Build(deps-dev): Bump the deps group with 4 updates (#369) Bumps the deps group with 4 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [ansys-pyensight-core](https://github.com/ansys/pyensight), [ansys-sherlock-core](https://github.com/ansys/pysherlock) and [pytwin](https://github.com/ansys/pytwin). Updates `ansys-geometry-core` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Commits](https://github.com/ansys/pyansys-geometry/compare/v0.3.1...v0.3.2) Updates `ansys-pyensight-core` from 0.5.8 to 0.6.0 - [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.5.8...v0.6.0) Updates `ansys-sherlock-core` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/ansys/pysherlock/releases) - [Commits](https://github.com/ansys/pysherlock/compare/v0.3.0...v0.4.0) Updates `pytwin` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/ansys/pytwin/releases) - [Commits](https://github.com/ansys/pytwin/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ansys-geometry-core 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-minor dependency-group: deps - dependency-name: ansys-sherlock-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pytwin 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3cb02bd..c4da40ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "ansys-dpf-gate==0.4.1", "ansys-dyna-core==0.4.2", "ansys-dynamicreporting-core==0.4.0", - "ansys-geometry-core==0.3.1", + "ansys-geometry-core==0.3.2", "ansys-grantami-bomanalytics==1.2.0", "ansys-grantami-recordlists==1.0.0.post1", "ansys-fluent-core==0.17.1", @@ -42,14 +42,14 @@ dependencies = [ "ansys-meshing-prime==0.5.0.dev6", "ansys-motorcad-core==0.2.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.5.8", + "ansys-pyensight-core==0.6.0", "ansys-openapi-common==1.2.2", "ansys-optislang-core==0.4.0", "ansys-seascape==0.2.0", - "ansys-sherlock-core==0.3.0", + "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", "pyaedt==0.6.93", - "pytwin==0.4.0", + "pytwin==0.5.0", ] [project.optional-dependencies]