From 4815bba13f3225c69acab4323d1b1c40438031b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:43:22 +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 [numpy](https://github.com/numpy/numpy). Updates `ansys-sphinx-theme[autoapi]` from 1.1.7 to 1.2.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.7...v1.2.0) Updates `numpy` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: numpy 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 15e442a56..7c01a0f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,14 +57,14 @@ tests = [ ] doc = [ "sphinx==8.1.3", - "ansys-sphinx-theme[autoapi]==1.1.7", + "ansys-sphinx-theme[autoapi]==1.2.0", "grpcio==1.67.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "matplotlib==3.9.2", - "numpy==2.1.2", + "numpy==2.1.3", "numpydoc==1.8.0", "pandas==2.2.3", "panel==1.5.3",