From 0ca671b7b0999b9b42182022c1a02b6e147e6642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:16:18 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 3 updates (#374) Bumps the deps group with 3 updates: [ansys-mechanical-core](https://github.com/ansys/pymechanical), [ansys-pyensight-core](https://github.com/ansys/pyensight) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-mechanical-core` from 0.10.2 to 0.10.3 - [Release notes](https://github.com/ansys/pymechanical/releases) - [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pymechanical/compare/v0.10.2...v0.10.3) Updates `ansys-pyensight-core` from 0.6.0 to 0.6.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.6.0...v0.6.1) Updates `ansys-sphinx-theme` from 0.11.2 to 0.12.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.11.2...v0.12.0) --- updated-dependencies: - dependency-name: ansys-mechanical-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 088097a5..137d8f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,11 +38,11 @@ dependencies = [ "ansys-fluent-core==0.17.1", "ansys-mapdl-core==0.66.0", "ansys-math-core==0.1.3", - "ansys-mechanical-core==0.10.2", + "ansys-mechanical-core==0.10.3", "ansys-meshing-prime==0.5.0.dev6", "ansys-motorcad-core==0.2.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.6.0", + "ansys-pyensight-core==0.6.1", "ansys-openapi-common==1.2.2", "ansys-optislang-core==0.4.0", "ansys-seascape==0.2.0", @@ -81,7 +81,7 @@ all = [ ] doc = [ "Sphinx==7.2.6", - "ansys-sphinx-theme==0.11.2", + "ansys-sphinx-theme==0.12.0", "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", ]