Skip to content

Commit

Permalink
Build(deps-dev): Bump the deps group with 3 updates (#418)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 6ef9eb0 commit 68fceb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"ansys-dpf-gate==0.4.1",
"ansys-dyna-core==0.4.2",
"ansys-dynamicreporting-core==0.5.0",
"ansys-geometry-core==0.4rc2",
"ansys-geometry-core==0.4.1",
"ansys-grantami-bomanalytics==1.2.0",
"ansys-grantami-recordlists==1.0.0.post1",
"ansys-fluent-core==0.18.2",
Expand All @@ -48,13 +48,13 @@ dependencies = [
"ansys-sherlock-core==0.4.0",
"ansys-systemcoupling-core==0.3.0",
"ansys-turbogrid-core==0.3.dev0",
"pyaedt==0.7.4",
"pyaedt==0.7.5",
"pytwin==0.5.0",
]

[project.optional-dependencies]
mapdl-all = [
"ansys-mapdl-reader==0.52.20",
"ansys-mapdl-reader==0.53.0",
]
fluent-all = [
"ansys-fluent-visualization==0.8.0",
Expand All @@ -68,7 +68,7 @@ tools = [
]
all = [
# MAPDL - ALL
"ansys-mapdl-reader==0.52.20",
"ansys-mapdl-reader==0.53.0",
# FLUENT - ALL
"ansys-fluent-visualization==0.8.0",
"ansys-fluent-parametric==0.9.0",
Expand Down

0 comments on commit 68fceb7

Please sign in to comment.