Skip to content

Commit

Permalink
Build(deps): Bump the deps group with 2 updates (#800)
Browse files Browse the repository at this point in the history
Bumps the deps group with 2 updates: [ansys-fluent-core](https://github.com/ansys/pyfluent) and [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization).


Updates `ansys-fluent-core` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/ansys/pyfluent/releases)
- [Commits](ansys/pyfluent@v0.27.0...v0.28.0)

Updates `ansys-fluent-visualization` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/ansys/pyfluent-visualization/releases)
- [Commits](ansys/pyfluent-visualization@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: ansys-fluent-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ansys-fluent-visualization
  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>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Jan 7, 2025
1 parent 013f254 commit 548c818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"ansys-dyna-core==0.6.1",
"ansys-dynamicreporting-core==0.9.0",
"ansys-edb-core==0.1.9",
"ansys-fluent-core==0.27.0",
"ansys-fluent-core==0.28.0",
"ansys-geometry-core==0.7.6",
"ansys-hps-client==0.9.1",
"ansys-mapdl-core==0.68.6",
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies = [

[project.optional-dependencies]
mapdl-all = ["ansys-mapdl-reader==0.54.2"]
fluent-all = ["ansys-fluent-visualization==0.15.0"]
fluent-all = ["ansys-fluent-visualization==0.16.0"]
tools = [
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.1",
Expand All @@ -79,7 +79,7 @@ all = [
# MAPDL - ALL
"ansys-mapdl-reader==0.54.2",
# FLUENT - ALL
"ansys-fluent-visualization==0.15.0",
"ansys-fluent-visualization==0.16.0",
# TOOLS
"ansys-materials-manager==0.2.3",
"ansys-tools-filetransfer==0.1.1",
Expand Down

0 comments on commit 548c818

Please sign in to comment.