From 695f426267c762f933f9dfa3178271664330ed18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 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: [pytest](https://github.com/pytest-dev/pytest) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `pytest` from 9.0.3 to 9.1.1 - [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.3...9.1.1) Updates `ansys-sphinx-theme` from 1.8.2 to 1.9.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: ansys-sphinx-theme dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor 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 b662d79b..c04cb8bd 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -10,7 +10,7 @@ requests>=2.34.2 protobuf==6.33.6 grpcio==1.81.1 grpcio-tools==1.81.1 -pytest==9.0.3 +pytest==9.1.1 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 9a404230..959d4d39 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.8.2 +ansys_sphinx_theme==1.9.0 pypandoc==1.17 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25