Skip to content

Commit 34d212e

Browse files
Build(deps): Bump the deps group across 1 directory with 5 updates (#961)
Bumps the deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansys-fluent-core](https://github.com/ansys/pyfluent) | `0.31.0` | `0.32.0` | | [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.16` | `0.11.17` | | [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization) | `0.19.2` | `0.20.0` | | [ansys-units](https://github.com/ansys/pyansys-units) | `0.5.1` | `0.6.0` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.4.5` | `1.5.0` | Updates `ansys-fluent-core` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/ansys/pyfluent/releases) - [Changelog](https://github.com/ansys/pyfluent/blob/main/CHANGELOG.md) - [Commits](ansys/pyfluent@v0.31.0...v0.32.0) Updates `ansys-mechanical-core` from 0.11.16 to 0.11.17 - [Release notes](https://github.com/ansys/pymechanical/releases) - [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md) - [Commits](ansys/pymechanical@v0.11.16...v0.11.17) Updates `ansys-fluent-visualization` from 0.19.2 to 0.20.0 - [Release notes](https://github.com/ansys/pyfluent-visualization/releases) - [Commits](ansys/pyfluent-visualization@v0.19.2...v0.20.0) Updates `ansys-units` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/ansys/pyansys-units/releases) - [Commits](ansys/pyansys-units@v0.5.1...v0.6.0) Updates `ansys-sphinx-theme` from 1.4.5 to 1.5.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.4.5...v1.5.0) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-mechanical-core dependency-version: 0.11.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-fluent-visualization dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-units dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-sphinx-theme dependency-version: 1.5.0 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 8fb89d5 commit 34d212e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ dependencies = [
3535
"ansys-dyna-core==0.8.0",
3636
"ansys-dynamicreporting-core==0.10.1",
3737
"ansys-edb-core==0.1.10",
38-
"ansys-fluent-core==0.31.0",
38+
"ansys-fluent-core==0.32.0",
3939
"ansys-geometry-core==0.10.8",
4040
"ansys-hps-client==0.10.1",
4141
"ansys-hps-data-transfer-client==0.2.1",
4242
"ansys-mapdl-core==0.70.1",
4343
"ansys-math-core==0.2.4",
44-
"ansys-mechanical-core==0.11.16",
44+
"ansys-mechanical-core==0.11.17",
4545
"ansys-meshing-prime==0.8.1",
4646
"ansys-modelcenter-workflow==0.1.1",
4747
"ansys-motorcad-core==0.7.2",
@@ -65,15 +65,15 @@ dependencies = [
6565

6666
[project.optional-dependencies]
6767
mapdl-all = ["ansys-mapdl-reader==0.55.1"]
68-
fluent-all = ["ansys-fluent-visualization==0.19.2"]
68+
fluent-all = ["ansys-fluent-visualization==0.20.0"]
6969
tools = [
7070
"ansys-materials-manager==0.2.3",
7171
"ansys-tools-filetransfer==0.1.1",
7272
"ansys-tools-local-product-launcher==0.1.1",
7373
"ansys-tools-path==0.7.1",
7474
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
7575
"ansys-tools-visualization-interface==0.9.1",
76-
"ansys-units==0.5.1",
76+
"ansys-units==0.6.0",
7777
"pyansys-tools-report==0.8.2",
7878
"pyansys-tools-versioning==0.6.0",
7979
"pyansys-tools-variableinterop==0.1.1",
@@ -82,22 +82,22 @@ all = [
8282
# MAPDL - ALL
8383
"ansys-mapdl-reader==0.55.1",
8484
# FLUENT - ALL
85-
"ansys-fluent-visualization==0.19.2",
85+
"ansys-fluent-visualization==0.20.0",
8686
# TOOLS
8787
"ansys-materials-manager==0.2.3",
8888
"ansys-tools-filetransfer==0.1.1",
8989
"ansys-tools-local-product-launcher==0.1.1",
9090
"ansys-tools-path==0.7.1",
9191
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
9292
"ansys-tools-visualization-interface==0.9.1",
93-
"ansys-units==0.5.1",
93+
"ansys-units==0.6.0",
9494
"pyansys-tools-report==0.8.2",
9595
"pyansys-tools-versioning==0.6.0",
9696
"pyansys-tools-variableinterop==0.1.1",
9797
]
9898
doc = [
9999
"Sphinx==8.2.3",
100-
"ansys-sphinx-theme==1.4.5",
100+
"ansys-sphinx-theme==1.5.0",
101101
"Jinja2 ==3.1.6",
102102
"Pillow==11.2.1",
103103
"PyGithub==2.6.1",

0 commit comments

Comments
 (0)