From 8756c3818bf6e56c888c39b22843f4efe00bc312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:13:33 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 3 updates Bumps the pip-deps group in /requirements with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `grpcio` from 1.81.0 to 1.81.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.0...v1.81.1) Updates `grpcio-tools` from 1.81.0 to 1.81.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.0...v1.81.1) Updates `matplotlib` from 3.10.9 to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.9...v3.11.0) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: matplotlib dependency-version: 3.11.0 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 4a93441a..b662d79b 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -8,8 +8,8 @@ numpy>=2.4.6; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 protobuf==6.33.6 -grpcio==1.81.0 -grpcio-tools==1.81.0 +grpcio==1.81.1 +grpcio-tools==1.81.1 pytest==9.0.3 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 54bed738..9a404230 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -13,5 +13,5 @@ sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.2 pandas==3.0.3 pandoc>=2.4 -matplotlib==3.10.9 +matplotlib==3.11.0 breathe>=4.36.0