From 9da92c33347a0149c700075cb9c89705f88b2d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:00:49 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group across 1 directory with 3 updates (#235) Bumps the pip-deps group with 3 updates in the /requirements directory: [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.67.1 to 1.68.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.67.1...v1.68.0) Updates `grpcio-tools` from 1.67.1 to 1.68.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.67.1...v1.68.0) Updates `ansys-sphinx-theme` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.0...v1.2.1) --- 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 6ac32395..650e19d1 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.67.1 -grpcio-tools==1.67.1 +grpcio==1.68.0 +grpcio-tools==1.68.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 022dff22..9490b301 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.2.0 +ansys_sphinx_theme==1.2.1 pypandoc==1.14 pytest-sphinx==0.6.3 sphinx-autobuild==2024.10.3