From c68b0a01af7986adb624749b69e85b99c0ba8275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:29:19 +0000 Subject: [PATCH 1/2] 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.2.0 to 1.2.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.0...v1.2.1) Updates `panel` from 1.5.3 to 1.5.4 - [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.3...v1.5.4) --- 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 0942142ca..f3bfd937c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tests = [ ] doc = [ "sphinx==8.1.3", - "ansys-sphinx-theme[autoapi]==1.2.0", + "ansys-sphinx-theme[autoapi]==1.2.1", "grpcio==1.68.0", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", @@ -67,7 +67,7 @@ doc = [ "numpy==2.1.3", "numpydoc==1.8.0", "pandas==2.2.3", - "panel==1.5.3", + "panel==1.5.4", "plotly==5.24.1", "pypandoc==1.14", "pytest-sphinx==0.6.3", From c22430138c56a2edef77e6eb748a96ceb67ff90a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:30:25 +0000 Subject: [PATCH 2/2] chore: adding changelog file 982.maintenance.md [dependabot-skip] --- doc/changelog.d/982.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/982.maintenance.md diff --git a/doc/changelog.d/982.maintenance.md b/doc/changelog.d/982.maintenance.md new file mode 100644 index 000000000..46cb383cb --- /dev/null +++ b/doc/changelog.d/982.maintenance.md @@ -0,0 +1 @@ +Bump the doc group with 2 updates \ No newline at end of file