From 5226f15cd8e1cfc551641418bb35d01d51fb7057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:06:30 +0000 Subject: [PATCH] CHORE: Bump the doc group with 2 updates Bumps the doc group with 2 updates: [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) and [panel](https://github.com/holoviz/panel). Updates `ansys-sphinx-theme[autoapi]` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.6...v1.1.7) Updates `panel` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: panel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09ac5a884..a8c372104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tests = [ ] doc = [ "sphinx==8.1.3", - "ansys-sphinx-theme[autoapi]==1.1.6", + "ansys-sphinx-theme[autoapi]==1.1.7", "grpcio==1.67.0", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", @@ -67,7 +67,7 @@ doc = [ "numpy==2.1.2", "numpydoc==1.8.0", "pandas==2.2.3", - "panel==1.5.2", + "panel==1.5.3", "plotly==5.24.1", "pypandoc==1.14", "pytest-sphinx==0.6.3",