Skip to content

Commit 5cea873

Browse files
Build(deps): Bump the deps group across 1 directory with 4 updates (#996)
* Build(deps): Bump the deps group across 1 directory with 4 updates Bumps the deps group with 4 updates in the / directory: [ansys-mechanical-core](https://github.com/ansys/pymechanical), [ansys-simai-core](https://github.com/ansys/pysimai), [pyedb](https://github.com/ansys/pyedb) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-mechanical-core` from 0.11.24 to 0.11.25 - [Release notes](https://github.com/ansys/pymechanical/releases) - [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md) - [Commits](ansys/pymechanical@v0.11.24...v0.11.25) Updates `ansys-simai-core` from 0.3.1 to 0.3.3 - [Release notes](https://github.com/ansys/pysimai/releases) - [Changelog](https://github.com/ansys/pysimai/blob/main/CHANGELOG.rst) - [Commits](ansys/pysimai@v0.3.1...v0.3.3) Updates `pyedb` from 0.51.2 to 0.52.0 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/commits/v0.52.0) Updates `ansys-sphinx-theme` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: ansys-mechanical-core dependency-version: 0.11.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-simai-core dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyedb dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-sphinx-theme dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml * Update projects.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent df2f7e6 commit 5cea873

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ projects:
181181
base: https://edb.docs.pyansys.com/version/stable
182182
user_guide: https://edb.docs.pyansys.com/version/stable/user_guide/index.html
183183
examples: https://examples.aedt.docs.pyansys.com/version/dev/index.html
184-
api: https://edb.docs.pyansys.com/version/stable/api/index.html
184+
api: https://edb.docs.pyansys.com/version/stable/dotnet_api/index.html
185185

186186
pyedb-core:
187187
name: PyEDB - Core

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ dependencies = [
3333
"ansys-dpf-post==0.9.3",
3434
"ansys-dyna-core==0.8.0",
3535
"ansys-dynamicreporting-core==0.10.1",
36-
"ansys-edb-core==0.1.10",
36+
"ansys-edb-core==0.2.0.dev5",
3737
"ansys-fluent-core==0.33.0",
3838
"ansys-geometry-core==0.10.9",
3939
"ansys-hps-client==0.10.1",
4040
"ansys-hps-data-transfer-client==0.2.1",
4141
"ansys-mapdl-core==0.70.2",
4242
"ansys-math-core==0.2.4",
43-
"ansys-mechanical-core==0.11.24",
43+
"ansys-mechanical-core==0.11.25",
4444
"ansys-meshing-prime==0.8.1",
4545
"ansys-modelcenter-workflow==0.1.1",
4646
"ansys-motorcad-core==0.7.4",
@@ -50,14 +50,14 @@ dependencies = [
5050
"ansys-rocky-core==0.3.2",
5151
"ansys-seascape==0.2.0",
5252
"ansys-sherlock-core==0.9.0",
53-
"ansys-simai-core==0.3.1",
53+
"ansys-simai-core==0.3.3",
5454
"ansys-sound-core==0.1.3",
5555
"ansys-speos-core==0.5.2",
5656
"ansys-systemcoupling-core==0.9.1",
5757
"ansys-turbogrid-core==0.4.5",
5858
"ansys-workbench-core==0.9.0",
5959
"pyaedt==0.17.5",
60-
"pyedb==0.51.2",
60+
"pyedb==0.52.0",
6161
"pygranta==2025.2.0rc0",
6262
"pytwin==0.9.2",
6363
]
@@ -98,7 +98,7 @@ all = [
9898
]
9999
doc = [
100100
"Sphinx==8.2.3",
101-
"ansys-sphinx-theme==1.5.2",
101+
"ansys-sphinx-theme==1.5.3",
102102
"Jinja2 ==3.1.6",
103103
"Pillow==11.3.0",
104104
"PyGithub==2.6.1",

0 commit comments

Comments
 (0)