From 7a916c4074aabf069008401dcf3727fc66d62e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:04:18 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 3 updates (#229) Bumps the pip-deps group in /requirements with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `grpcio` from 1.66.2 to 1.67.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.66.2...v1.67.0) Updates `grpcio-tools` from 1.66.2 to 1.67.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.66.2...v1.67.0) Updates `ansys-sphinx-theme` from 1.1.4 to 1.1.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.4...v1.1.6) --- 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: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch 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 7dacdd6f..d90f52fb 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.66.2 -grpcio-tools==1.66.2 +grpcio==1.67.0 +grpcio-tools==1.67.0 pytest==8.3.3 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index f60a942a..0b03d5bf 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==8.1.3 jupyter_sphinx==0.5.3 numpydoc==1.8.0 -ansys_sphinx_theme==1.1.4 +ansys_sphinx_theme==1.1.6 pypandoc==1.14 pytest-sphinx==0.6.3 sphinx-autobuild==2024.10.3