From a839e906f021b3bc712afbe9170b300ab21b3c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:59:32 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group across 1 directory with 5 updates Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pandas](https://github.com/pandas-dev/pandas), [numpy](https://github.com/numpy/numpy), [click](https://github.com/pallets/click) and [requests](https://github.com/psf/requests) to permit the latest version. Updates `ansys-sphinx-theme` from 1.7.2 to 1.8.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.2...v1.8.1) Updates `pandas` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.2...v3.0.3) Updates `numpy` to 2.4.6 - [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.4.4...v2.4.6) Updates `click` to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.3...8.4.1) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: pip-deps - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production dependency-group: pip-deps - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 6 +++--- requirements/requirements_docs.txt | 4 ++-- requirements/requirements_eigen_wrapper.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 93f84d9d..34448b78 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -2,11 +2,11 @@ setuptools>=82.0.1,<83 wheel>=0.47.0,<0.48 pybind11[global]==3.0.4 demo_eigen_wrapper==0.0.1 -Click>=8.3.3 +Click>=8.4.1 Flask==3.0.3 -numpy>=2.4.4; python_version > "3.10" +numpy>=2.4.6; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" -requests>=2.33.1 +requests>=2.34.2 protobuf==6.33.6 grpcio==1.80.0 grpcio-tools==1.80.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index b86dc266..5f2929c2 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.7.2 +ansys_sphinx_theme==1.8.1 pypandoc==1.17 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25 @@ -11,7 +11,7 @@ sphinx-gallery==0.21.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.2 -pandas==3.0.2 +pandas==3.0.3 pandoc>=2.4 matplotlib==3.10.9 breathe>=4.36.0 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 44926842..2c3c240e 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,5 +1,5 @@ setuptools>=82.0.1,<83 wheel>=0.47.0,<0.48 -numpy>=2.4.4; python_version > "3.10" +numpy>=2.4.6; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" pybind11[global]==3.0.4