From d2216aa7b012f4d1af8569f7166e272105e8b4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:53:27 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 2 updates Bumps the pip-deps group in /requirements with 2 updates: [protobuf](https://github.com/protocolbuffers/protobuf) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `protobuf` from 6.33.5 to 7.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `ansys-sphinx-theme` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: ansys-sphinx-theme dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 2 +- requirements/requirements_docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c8b081d0..faa70f02 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -6,7 +6,7 @@ Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 -protobuf==6.33.5 +protobuf==7.34.0 grpcio==1.78.0 grpcio-tools==1.78.0 pytest==9.0.2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 0463e232..5cfb6eb9 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.0 +ansys_sphinx_theme==1.7.1 pypandoc==1.16.2 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25