From f665b974651fd8843954f9a823dc02789734309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:37:53 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-pyensight-core](https://github.com/ansys/pyensight) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-pyensight-core` from 0.8.10 to 0.8.11 - [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.8.10...v0.8.11) Updates `ansys-sphinx-theme` from 1.0.10 to 1.0.11 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.10...v1.0.11) --- updated-dependencies: - 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-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 965a3fc9..ca31233a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ansys-motorcad-core==0.5.5", "ansys-optislang-core==0.8.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.8.10", + "ansys-pyensight-core==0.8.11", "ansys-rocky-core==0.2.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.7.1", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==1.0.10", + "ansys-sphinx-theme==1.0.11", "Jinja2 ==3.1.4", "PyGithub==2.4.0", "sphinx-copybutton==0.5.2",