From bbbbdc10e47e5c1ed03c4d37c40c8e32f8a62136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:49:18 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 5 updates Bumps the deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.1` | `0.11.3` | | [ansys-pyensight-core](https://github.com/ansys/pyensight) | `0.8.7` | `0.8.8` | | [pyaedt](https://github.com/ansys/pyaedt) | `0.9.9` | `0.9.10` | | [pyedb](https://github.com/ansys/pyedb) | `0.21.1` | `0.22.0` | | [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface) | `0.2.6` | `0.3.0` | Updates `ansys-mechanical-core` from 0.11.1 to 0.11.3 - [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.1...v0.11.3) Updates `ansys-pyensight-core` from 0.8.7 to 0.8.8 - [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.7...v0.8.8) Updates `pyaedt` from 0.9.9 to 0.9.10 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.9.9...v0.9.10) Updates `pyedb` from 0.21.1 to 0.22.0 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.21.1...v0.22.0) Updates `ansys-tools-visualization-interface` from 0.2.6 to 0.3.0 - [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases) - [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-visualization-interface/compare/v0.2.6...v0.3.0) --- updated-dependencies: - dependency-name: ansys-mechanical-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-patch dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyedb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef8fa07b..7eafe951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,13 +40,13 @@ dependencies = [ "ansys-hps-client==0.8.0", "ansys-mapdl-core==0.68.4", "ansys-math-core==0.1.5", - "ansys-mechanical-core==0.11.1", + "ansys-mechanical-core==0.11.3", "ansys-meshing-prime==0.6.1", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.5.2", "ansys-optislang-core==0.7.1", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.8.7", + "ansys-pyensight-core==0.8.8", "ansys-rocky-core==0.2.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.6.0", @@ -55,8 +55,8 @@ dependencies = [ "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.4.0", - "pyaedt==0.9.9", - "pyedb==0.21.1", + "pyaedt==0.9.10", + "pyedb==0.22.0", "pygranta==2024.2.0", "pytwin==0.7.0", ] @@ -70,7 +70,7 @@ tools = [ "ansys-tools-local-product-launcher==0.1.0", "ansys-tools-path==0.6.0", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", - "ansys-tools-visualization-interface==0.2.6", + "ansys-tools-visualization-interface==0.3.0", "ansys-units==0.3.2", "pyansys-tools-report==0.7.3", "pyansys-tools-versioning==0.5.0", @@ -87,7 +87,7 @@ all = [ "ansys-tools-local-product-launcher==0.1.0", "ansys-tools-path==0.6.0", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", - "ansys-tools-visualization-interface==0.2.6", + "ansys-tools-visualization-interface==0.3.0", "ansys-units==0.3.2", "pyansys-tools-report==0.7.3", "pyansys-tools-versioning==0.5.0",