From 87995b6e2a50dfef48e28ceeb47b7e3ec729fa3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:44:50 +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), [pytest-sphinx](https://github.com/thisch/pytest-sphinx), [pandas](https://github.com/pandas-dev/pandas), [wheel](https://github.com/pypa/wheel) and [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `ansys-sphinx-theme` from 1.6.4 to 1.7.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.4...v1.7.0) 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) Updates `protobuf` from 6.33.4 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - 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 - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 4 ++-- requirements/requirements_docs.txt | 6 +++--- 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 5bb218fd..22800d40 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,12 +1,12 @@ 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 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 -protobuf==6.33.4 +protobuf==6.33.5 grpcio==1.76.0 grpcio-tools==1.76.0 pytest==9.0.2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index b44f694b..58b0acb2 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,9 +1,9 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.6.4 +ansys_sphinx_theme==1.7.0 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