From 8025e056e923d43575f3bb525dd165b53238dcd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:00:23 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 3 updates Updates the requirements on [pytest-sphinx](https://github.com/thisch/pytest-sphinx), [pandas](https://github.com/pandas-dev/pandas) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `pytest-sphinx` from 0.6.3 to 0.7.1 - [Release notes](https://github.com/thisch/pytest-sphinx/releases) - [Changelog](https://github.com/twmr/pytest-sphinx/blob/master/CHANGELOG.md) - [Commits](https://github.com/thisch/pytest-sphinx/compare/v0.6.3...v0.7.1) Updates `pandas` from 2.3.3 to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0) Updates `wheel` to 0.46.3 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.33.0...0.46.3) --- updated-dependencies: - dependency-name: pytest-sphinx dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:production dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 2 +- requirements/requirements_docs.txt | 4 ++-- requirements/requirements_eigen_wrapper.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 5bb218fd..d58f995e 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,5 +1,5 @@ setuptools>=41.0.0,<81 -wheel>=0.33.0,<0.46 +wheel>=0.33.0,<0.47 pybind11[global]==3.0.1 demo_eigen_wrapper==0.0.1 Click>=7.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index b44f694b..20744b43 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -3,7 +3,7 @@ jupyter_sphinx==0.5.3 numpydoc==1.10.0 ansys_sphinx_theme==1.6.4 pypandoc==1.16.2 -pytest-sphinx==0.6.3 +pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25 sphinx-autodoc-typehints==3.5.2 sphinx-copybutton==0.5.2 @@ -11,7 +11,7 @@ sphinx-gallery==0.20.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.2 -pandas==2.3.3 +pandas==3.0.0 pandoc>=2.1 matplotlib==3.10.8 breathe>=4.33.1 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 697a5c8a..7060ebe2 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,4 +1,4 @@ setuptools>=41.0.0,<81 -wheel>=0.33.0,<0.46 +wheel>=0.33.0,<0.47 numpy>=1.21.5 pybind11[global]==3.0.1