From 2d0eab24cfc11cfc783be8937753e50e58184f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:42:12 +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: [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.0 to 1.67.1 - [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.0...v1.67.1) Updates `grpcio-tools` from 1.67.0 to 1.67.1 - [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.0...v1.67.1) Updates `ansys-sphinx-theme` from 1.1.7 to 1.2.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.7...v1.2.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- 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 d90f52fb..6ac32395 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.0 -grpcio-tools==1.67.0 +grpcio==1.67.1 +grpcio-tools==1.67.1 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 5335b35f..022dff22 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.7 +ansys_sphinx_theme==1.2.0 pypandoc==1.14 pytest-sphinx==0.6.3 sphinx-autobuild==2024.10.3