From 2c7994ab376f1c9dc1c04b213f5a29487d8aab7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:45:52 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 4 updates Bumps the deps group with 4 updates in the / directory: [ansys-mapdl-core](https://github.com/ansys/pymapdl), [ansys-mechanical-core](https://github.com/ansys/pymechanical), [ansys-simai-core](https://github.com/ansys/pysimai) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-mapdl-core` from 0.70.1 to 0.70.2 - [Release notes](https://github.com/ansys/pymapdl/releases) - [Changelog](https://github.com/ansys/pymapdl/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pymapdl/compare/v0.70.1...v0.70.2) Updates `ansys-mechanical-core` from 0.11.20 to 0.11.22 - [Release notes](https://github.com/ansys/pymechanical/releases) - [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pymechanical/compare/v0.11.20...v0.11.22) Updates `ansys-simai-core` from 0.3.0 to 0.3.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.3.0...v0.3.1) Updates `pyaedt` from 0.17.3 to 0.17.4 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Changelog](https://github.com/ansys/pyaedt/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyaedt/compare/v0.17.3...v0.17.4) --- updated-dependencies: - dependency-name: ansys-mapdl-core dependency-version: 0.70.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-mechanical-core dependency-version: 0.11.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-simai-core dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyaedt dependency-version: 0.17.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f8c3cd4..9a71f21a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,9 @@ dependencies = [ "ansys-geometry-core==0.10.9", "ansys-hps-client==0.10.1", "ansys-hps-data-transfer-client==0.2.1", - "ansys-mapdl-core==0.70.1", + "ansys-mapdl-core==0.70.2", "ansys-math-core==0.2.4", - "ansys-mechanical-core==0.11.20", + "ansys-mechanical-core==0.11.22", "ansys-meshing-prime==0.8.1", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.7.4", @@ -50,13 +50,13 @@ dependencies = [ "ansys-rocky-core==0.3.2", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.9.0", - "ansys-simai-core==0.3.0", + "ansys-simai-core==0.3.1", "ansys-sound-core==0.1.3", "ansys-speos-core==0.5.2", "ansys-systemcoupling-core==0.9.1", "ansys-turbogrid-core==0.4.5", "ansys-workbench-core==0.9.0", - "pyaedt==0.17.3", + "pyaedt==0.17.4", "pyedb==0.50.1", "pygranta==2025.2.0rc0", "pytwin==0.9.2",