From bcefe9d1d12960592e075eeacdc0f6ae2f456398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:09:35 +0100 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 3 updates (#243) Bumps the pip-deps group in /requirements with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `grpcio` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.68.1...v1.69.0) Updates `grpcio-tools` from 1.68.1 to 1.69.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.68.1...v1.69.0) Updates `sphinx-autodoc-typehints` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.5.0...3.0.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_build.txt | 4 ++-- requirements/requirements_docs.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index eaf0713a..9de99b47 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -7,8 +7,8 @@ Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==5.26.1 -grpcio==1.68.1 -grpcio-tools==1.68.1 +grpcio==1.69.0 +grpcio-tools==1.69.0 pytest==8.3.4 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index a13e36dc..06b8a5d9 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -5,7 +5,7 @@ ansys_sphinx_theme==1.2.4 pypandoc==1.14 pytest-sphinx==0.6.3 sphinx-autobuild==2024.10.3 -sphinx-autodoc-typehints==2.5.0 +sphinx-autodoc-typehints==3.0.0 sphinx-copybutton==0.5.2 sphinx-gallery==0.18.0 sphinx-notfound-page==1.0.4