From 7359613250e67f59e6df3d5e6a02c264157ab9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:30:47 +0000 Subject: [PATCH 1/2] build: bump the pip-deps group with 3 updates Bumps the pip-deps group with 3 updates: [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme), [numpydoc](https://github.com/numpy/numpydoc) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `ansys-sphinx-theme[autoapi]` from 1.4.2 to 1.6.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.4.2...v1.6.3) Updates `numpydoc` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.8.0...v1.9.0) Updates `matplotlib` from 3.10.0 to 3.10.7 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0...v3.10.7) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.6.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4aa88c6..87d0235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,14 +39,14 @@ tests = [ "pytest-cov==7.0.0", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.4.2", - "numpydoc==1.8.0", + "ansys-sphinx-theme[autoapi]==1.6.3", + "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", ] examples = [ - "matplotlib==3.10.0", + "matplotlib==3.10.7", ] [tool.flit.module] From 372519511ca33e7ecda7adef61caab2bddfc3dab Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:31:43 +0000 Subject: [PATCH 2/2] chore: adding changelog file 21.dependencies.md [dependabot-skip] --- doc/source/changelog/21.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/21.dependencies.md diff --git a/doc/source/changelog/21.dependencies.md b/doc/source/changelog/21.dependencies.md new file mode 100644 index 0000000..1aecb8c --- /dev/null +++ b/doc/source/changelog/21.dependencies.md @@ -0,0 +1 @@ +Bump the pip-deps group with 3 updates