From 075c753538e4adf2f3f53ca471d5e40982e7653b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:13:34 +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: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `ansys-sphinx-theme` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.10.0...v1.11.0) Updates `protobuf` from 7.36.0 to 7.36.1 - [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.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: protobuf dependency-version: 7.36.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 51ced1e6..3da6a9c7 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -7,7 +7,7 @@ Flask==3.0.3 numpy>=2.5.2; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 -protobuf==7.36.0 +protobuf==7.36.1 grpcio==1.83.1 grpcio-tools==1.83.1 pytest==9.1.1 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 75391841..49b74c4d 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.10.0 +ansys_sphinx_theme==1.11.0 pypandoc==1.17 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25