Skip to content

Commit

Permalink
Build(deps-dev): Bump the deps group with 3 updates (#412)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [ansys-pyensight-core](https://github.com/ansys/pyensight), [ansys-fluent-visualization](https://github.com/ansys/pyfluent-visualization) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme).


Updates `ansys-pyensight-core` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/ansys/pyensight/releases)
- [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst)
- [Commits](ansys/pyensight@v0.7.0...v0.7.1)

Updates `ansys-fluent-visualization` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/ansys/pyfluent-visualization/releases)
- [Commits](ansys/pyfluent-visualization@v0.7.1...v0.8.0)

Updates `ansys-sphinx-theme` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.12.4...v0.12.5)

---
updated-dependencies:
- dependency-name: ansys-pyensight-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-minor
  dependency-group: deps
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent a55fd35 commit e6ff07f
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 @@ -40,7 +40,7 @@ dependencies = [
"ansys-meshing-prime==0.5.0.dev10",
"ansys-motorcad-core==0.3.0",
"ansys-platform-instancemanagement==1.1.2",
"ansys-pyensight-core==0.7.0",
"ansys-pyensight-core==0.7.1",
"ansys-openapi-common==1.2.2",
"ansys-optislang-core==0.4.3",
"ansys-seascape==0.2.0",
Expand All @@ -56,7 +56,7 @@ mapdl-all = [
"ansys-mapdl-reader==0.52.20",
]
fluent-all = [
"ansys-fluent-visualization==0.7.1",
"ansys-fluent-visualization==0.8.0",
"ansys-fluent-parametric==0.9.0",
]
tools = [
Expand All @@ -69,7 +69,7 @@ all = [
# MAPDL - ALL
"ansys-mapdl-reader==0.52.20",
# FLUENT - ALL
"ansys-fluent-visualization==0.7.1",
"ansys-fluent-visualization==0.8.0",
"ansys-fluent-parametric==0.9.0",
# TOOLS
"ansys-units==0.1.0",
Expand All @@ -80,7 +80,7 @@ all = [
]
doc = [
"Sphinx==7.2.6",
"ansys-sphinx-theme==0.12.4",
"ansys-sphinx-theme==0.12.5",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.5.0",
]
Expand Down

0 comments on commit e6ff07f

Please sign in to comment.