From 099b375244ed65c48ffa66f8ced67c70d4d86e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:45:00 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group across 1 directory with 3 updates Bumps the pip-deps group with 3 updates in the /requirements directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pypandoc](https://github.com/JessicaTegner/pypandoc) and [protobuf](https://github.com/protocolbuffers/protobuf). 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 `protobuf` from 6.33.5 to 7.34.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.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: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 2 +- requirements/requirements_docs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c8b081d0..d9afa731 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.1 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..c884bea8 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