From c52d4cf814a745aa5bf5aab8c76cc41acbaaf683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:39:45 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group across 1 directory with 8 updates Bumps the pip-deps group with 8 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.7.0` | `1.7.2` | | [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.16.2` | `1.17` | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.1` | `3.0.2` | | [pybind11](https://github.com/pybind/pybind11) | `3.0.2` | `3.0.3` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.33.5` | `7.34.1` | | [grpcio](https://github.com/grpc/grpc) | `1.78.0` | `1.80.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.78.0` | `1.80.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | Updates `ansys-sphinx-theme` from 1.7.0 to 1.7.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.0...v1.7.2) Updates `pypandoc` from 1.16.2 to 1.17 - [Release notes](https://github.com/JessicaTegner/pypandoc/releases) - [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md) - [Commits](https://github.com/JessicaTegner/pypandoc/compare/v1.16.2...v1.17) Updates `pandas` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.1...v3.0.2) Updates `pybind11` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](https://github.com/pybind/pybind11/compare/v3.0.2...v3.0.3) Updates `protobuf` from 6.33.5 to 7.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `grpcio` from 1.78.0 to 1.80.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.78.0...v1.80.0) Updates `grpcio-tools` from 1.78.0 to 1.80.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.78.0...v1.80.0) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pypandoc dependency-version: '1.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pybind11 dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: grpcio dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: grpcio-tools dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 10 +++++----- requirements/requirements_docs.txt | 6 +++--- requirements/requirements_eigen_wrapper.txt | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c8b081d0..85dabc80 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,15 +1,15 @@ setuptools>=41.0.0,<83 wheel>=0.33.0,<0.47 -pybind11[global]==3.0.2 +pybind11[global]==3.0.3 demo_eigen_wrapper==0.0.1 Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 -protobuf==6.33.5 -grpcio==1.78.0 -grpcio-tools==1.78.0 -pytest==9.0.2 +protobuf==7.34.1 +grpcio==1.80.0 +grpcio-tools==1.80.0 +pytest==9.0.3 pytest-cov==5.0.0 pytest-grpc==0.8.0 conan>=1.48.0,<2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 0463e232..002f365a 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,8 +1,8 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.7.0 -pypandoc==1.16.2 +ansys_sphinx_theme==1.7.2 +pypandoc==1.17 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25 sphinx-autodoc-typehints==3.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==3.0.1 +pandas==3.0.2 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 9e93798f..836575cd 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,4 +1,4 @@ setuptools>=41.0.0,<83 wheel>=0.33.0,<0.47 numpy>=1.21.5 -pybind11[global]==3.0.2 +pybind11[global]==3.0.3