From 8d79dced4876baae7d35486f0171ce8065b971f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:58:41 +0200 Subject: [PATCH] Build(deps): Bump the deps group with 3 updates (#556) Bumps the deps group with 3 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [ansys-optislang-core](https://github.com/ansys/pyoptislang) and [pyedb](https://github.com/ansys/pyedb). Updates `ansys-geometry-core` from 0.5.1 to 0.5.3 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Changelog](https://github.com/ansys/pyansys-geometry/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyansys-geometry/compare/v0.5.1...v0.5.3) Updates `ansys-optislang-core` from 0.6.3 to 0.7.0 - [Release notes](https://github.com/ansys/pyoptislang/releases) - [Commits](https://github.com/ansys/pyoptislang/compare/v0.6.3...v0.7.0) Updates `pyedb` from 0.8.1 to 0.9.0 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: ansys-geometry-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-optislang-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyedb 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 8aac0a47..fb44680c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "ansys-dynamicreporting-core==0.6.0", "ansys-edb-core==0.1.4", "ansys-fluent-core==0.20.1", - "ansys-geometry-core==0.5.1", + "ansys-geometry-core==0.5.3", "ansys-hps-client==0.8.0", "ansys-mapdl-core==0.68.1", "ansys-math-core==0.1.5", @@ -45,7 +45,7 @@ dependencies = [ "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.4.3", "ansys-openapi-common==1.5.1", - "ansys-optislang-core==0.6.3", + "ansys-optislang-core==0.7.0", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.8.1", "ansys-rocky-core==0.1.0", @@ -55,7 +55,7 @@ dependencies = [ "ansys-systemcoupling-core==0.4.1", "ansys-turbogrid-core==0.4.0", "pyaedt==0.8.9", - "pyedb==0.8.1", + "pyedb==0.9.0", "pygranta==2024.1.0", "pytwin==0.6.0", ]