From 30b51d6c921294207a131bdb4ff68f9af4b6ec6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:06:01 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-simai-core](https://github.com/ansys/pysimai) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-simai-core` from 0.3.4 to 0.3.5 - [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.4...v0.3.5) Updates `pyaedt` from 0.21.0 to 0.21.1 - [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.21.0...v0.21.1) --- updated-dependencies: - dependency-name: ansys-simai-core dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyaedt dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e12e4d1..c82ceecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,14 +50,14 @@ dependencies = [ "ansys-rocky-core==0.3.2", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.9.0", - "ansys-simai-core==0.3.4", + "ansys-simai-core==0.3.5", "ansys-sound-core==0.2.1", "ansys-speos-core==0.6.3", "ansys-stk==0.2.0", "ansys-systemcoupling-core==0.10.1", "ansys-turbogrid-core==0.5.3", "ansys-workbench-core==0.9.0", - "pyaedt==0.21.0", + "pyaedt==0.21.1", "pyedb==0.60.0", "pygranta==2025.2.1", "pytwin==0.10.2",