Skip to content

Commit 15e6bcf

Browse files
Build(deps): Bump the deps group with 3 updates (#896)
* Build(deps): Bump the deps group with 3 updates Bumps the deps group with 3 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-geometry-core` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Changelog](https://github.com/ansys/pyansys-geometry/blob/main/CHANGELOG.md) - [Commits](ansys/pyansys-geometry@v0.10.1...v0.10.2) Updates `ansys-fluent-visualization` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/ansys/pyfluent-visualization/releases) - [Commits](ansys/pyfluent-visualization@v0.19.1...v0.19.2) Updates `ansys-sphinx-theme` from 1.3.3 to 1.4.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.3.3...v1.4.1) --- updated-dependencies: - dependency-name: ansys-geometry-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-fluent-visualization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * fix: url --------- 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 f87cba7 commit 15e6bcf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

projects.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ projects:
251251
base: https://visualization.fluent.docs.pyansys.com/version/stable
252252
user_guide: https://visualization.fluent.docs.pyansys.com/version/stable/users_guide/index.html
253253
examples: https://visualization.fluent.docs.pyansys.com/version/stable/examples/index.html
254-
api: https://visualization.fluent.docs.pyansys.com/version/stable/api/index.html
254+
api: https://visualization.fluent.docs.pyansys.com/version/stable/visualization/visualization_contents.html
255255

256256
pygranta:
257257
name: PyGranta

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"ansys-dynamicreporting-core==0.9.0",
3636
"ansys-edb-core==0.1.9",
3737
"ansys-fluent-core==0.30.2",
38-
"ansys-geometry-core==0.10.1",
38+
"ansys-geometry-core==0.10.2",
3939
"ansys-hps-client==0.10.1",
4040
"ansys-hps-data-transfer-client==0.2.0",
4141
"ansys-mapdl-core==0.69.3",
@@ -64,7 +64,7 @@ dependencies = [
6464

6565
[project.optional-dependencies]
6666
mapdl-all = ["ansys-mapdl-reader==0.54.2"]
67-
fluent-all = ["ansys-fluent-visualization==0.19.1"]
67+
fluent-all = ["ansys-fluent-visualization==0.19.2"]
6868
tools = [
6969
"ansys-materials-manager==0.2.3",
7070
"ansys-tools-filetransfer==0.1.1",
@@ -81,7 +81,7 @@ all = [
8181
# MAPDL - ALL
8282
"ansys-mapdl-reader==0.54.2",
8383
# FLUENT - ALL
84-
"ansys-fluent-visualization==0.19.1",
84+
"ansys-fluent-visualization==0.19.2",
8585
# TOOLS
8686
"ansys-materials-manager==0.2.3",
8787
"ansys-tools-filetransfer==0.1.1",
@@ -96,7 +96,7 @@ all = [
9696
]
9797
doc = [
9898
"Sphinx==8.2.3",
99-
"ansys-sphinx-theme==1.3.3",
99+
"ansys-sphinx-theme==1.4.1",
100100
"Jinja2 ==3.1.6",
101101
"Pillow==11.1.0",
102102
"PyGithub==2.6.1",

0 commit comments

Comments
 (0)