Skip to content

Commit 162abaa

Browse files
Build(deps): Bump the deps group across 1 directory with 5 updates (#643)
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](ansys/pymechanical@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](ansys/pyensight@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](ansys/pyaedt@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](ansys/pyedb@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](ansys/ansys-tools-visualization-interface@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8fdf44 commit 162abaa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ dependencies = [
4040
"ansys-hps-client==0.8.0",
4141
"ansys-mapdl-core==0.68.4",
4242
"ansys-math-core==0.1.5",
43-
"ansys-mechanical-core==0.11.1",
43+
"ansys-mechanical-core==0.11.3",
4444
"ansys-meshing-prime==0.6.1",
4545
"ansys-modelcenter-workflow==0.1.1",
4646
"ansys-motorcad-core==0.5.2",
4747
"ansys-optislang-core==0.7.1",
4848
"ansys-platform-instancemanagement==1.1.2",
49-
"ansys-pyensight-core==0.8.7",
49+
"ansys-pyensight-core==0.8.8",
5050
"ansys-rocky-core==0.2.0",
5151
"ansys-seascape==0.2.0",
5252
"ansys-sherlock-core==0.6.0",
@@ -55,8 +55,8 @@ dependencies = [
5555
"ansys-systemcoupling-core==0.6.0",
5656
"ansys-turbogrid-core==0.4.1",
5757
"ansys-workbench-core==0.4.0",
58-
"pyaedt==0.9.9",
59-
"pyedb==0.21.1",
58+
"pyaedt==0.9.10",
59+
"pyedb==0.22.0",
6060
"pygranta==2024.2.0",
6161
"pytwin==0.7.0",
6262
]
@@ -70,7 +70,7 @@ tools = [
7070
"ansys-tools-local-product-launcher==0.1.0",
7171
"ansys-tools-path==0.6.0",
7272
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
73-
"ansys-tools-visualization-interface==0.2.6",
73+
"ansys-tools-visualization-interface==0.3.0",
7474
"ansys-units==0.3.2",
7575
"pyansys-tools-report==0.7.3",
7676
"pyansys-tools-versioning==0.5.0",
@@ -87,7 +87,7 @@ all = [
8787
"ansys-tools-local-product-launcher==0.1.0",
8888
"ansys-tools-path==0.6.0",
8989
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
90-
"ansys-tools-visualization-interface==0.2.6",
90+
"ansys-tools-visualization-interface==0.3.0",
9191
"ansys-units==0.3.2",
9292
"pyansys-tools-report==0.7.3",
9393
"pyansys-tools-versioning==0.5.0",

0 commit comments

Comments
 (0)