From ada0c1ce93a9160a5895a5ceda3d0459db97b212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:46:46 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [pyaedt](https://github.com/ansys/pyaedt) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `pyaedt` from 0.9.10 to 0.9.11 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.9.10...v0.9.11) Updates `ansys-sphinx-theme` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: pyaedt 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 eafe6d90..c26ad670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.4.0", - "pyaedt==0.9.10", + "pyaedt==0.9.11", "pyedb==0.23.0", "pygranta==2024.2.0", "pytwin==0.7.0", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==1.0.2", + "ansys-sphinx-theme==1.0.3", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", "sphinxcontrib-mermaid==0.9.2",