From c4e9df1416be230b9218eb69ff244a02dd5bf483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:21:50 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 3 updates Bumps the deps group with 3 updates: [ansys-pyensight-core](https://github.com/ansys/pyensight), [ansys-simai-core](https://github.com/ansys/pysimai) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-pyensight-core` from 0.8.3 to 0.8.4 - [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.8.3...v0.8.4) Updates `ansys-simai-core` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/ansys/pysimai/releases) - [Changelog](https://github.com/ansys/pysimai/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ansys/pysimai/compare/v0.2.0...v0.2.1) Updates `pyaedt` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.9.6...v0.9.7) --- updated-dependencies: - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-simai-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-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0cc3d01..7dfeb594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,15 +46,15 @@ dependencies = [ "ansys-motorcad-core==0.5.1", "ansys-optislang-core==0.7.1", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.8.3", + "ansys-pyensight-core==0.8.4", "ansys-rocky-core==0.1.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.6.0", - "ansys-simai-core==0.2.0", + "ansys-simai-core==0.2.1", "ansys-systemcoupling-core==0.5.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.4.0", - "pyaedt==0.9.6", + "pyaedt==0.9.7", "pyedb==0.18.0", "pygranta==2024.2.0", "pytwin==0.7.0",