Skip to content

Commit 68fceb7

Browse files
Build(deps-dev): Bump the deps group with 3 updates (#418)
Bumps the deps group with 3 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader). Updates `ansys-geometry-core` from 0.4rc2 to 0.4.1 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Commits](https://github.com/ansys/pyansys-geometry/commits/v0.4.1) Updates `pyaedt` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](ansys/pyaedt@v0.7.4...v0.7.5) Updates `ansys-mapdl-reader` from 0.52.20 to 0.53.0 - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](ansys/pymapdl-reader@v0.52.20...v0.53.0) --- updated-dependencies: - dependency-name: ansys-geometry-core dependency-type: direct:production dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-mapdl-reader 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 6ef9eb0 commit 68fceb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"ansys-dpf-gate==0.4.1",
3232
"ansys-dyna-core==0.4.2",
3333
"ansys-dynamicreporting-core==0.5.0",
34-
"ansys-geometry-core==0.4rc2",
34+
"ansys-geometry-core==0.4.1",
3535
"ansys-grantami-bomanalytics==1.2.0",
3636
"ansys-grantami-recordlists==1.0.0.post1",
3737
"ansys-fluent-core==0.18.2",
@@ -48,13 +48,13 @@ dependencies = [
4848
"ansys-sherlock-core==0.4.0",
4949
"ansys-systemcoupling-core==0.3.0",
5050
"ansys-turbogrid-core==0.3.dev0",
51-
"pyaedt==0.7.4",
51+
"pyaedt==0.7.5",
5252
"pytwin==0.5.0",
5353
]
5454

5555
[project.optional-dependencies]
5656
mapdl-all = [
57-
"ansys-mapdl-reader==0.52.20",
57+
"ansys-mapdl-reader==0.53.0",
5858
]
5959
fluent-all = [
6060
"ansys-fluent-visualization==0.8.0",
@@ -68,7 +68,7 @@ tools = [
6868
]
6969
all = [
7070
# MAPDL - ALL
71-
"ansys-mapdl-reader==0.52.20",
71+
"ansys-mapdl-reader==0.53.0",
7272
# FLUENT - ALL
7373
"ansys-fluent-visualization==0.8.0",
7474
"ansys-fluent-parametric==0.9.0",

0 commit comments

Comments
 (0)