From e6ff07fa768ddd9499699b46ac2b96e9fbcce75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:28:09 +0100 Subject: [PATCH] Build(deps-dev): Bump the deps group with 3 updates (#412) 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](https://github.com/ansys/pyensight/compare/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](https://github.com/ansys/pyfluent-visualization/compare/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](https://github.com/ansys/ansys-sphinx-theme/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6797c612..525c0aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [ @@ -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", @@ -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", ]