From 4809d46a90f6b0a93dd35121c5c74b93e1277adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:13:40 +0000 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 4 updates Bumps the pip-deps group in /requirements with 4 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc), [pandas](https://github.com/pandas-dev/pandas) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `grpcio` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.0) Updates `grpcio-tools` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.82.1...v1.83.0) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) Updates `matplotlib` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: grpcio-tools dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements/requirements_build.txt | 4 ++-- requirements/requirements_docs.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c1eda426..ba68db1e 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -8,8 +8,8 @@ numpy>=2.5.1; python_version > "3.10" numpy>=1.21.5; python_version <= "3.10" requests>=2.34.2 protobuf==7.35.1 -grpcio==1.82.1 -grpcio-tools==1.82.1 +grpcio==1.83.0 +grpcio-tools==1.83.0 pytest==9.1.1 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 959d4d39..63a13a7b 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -11,7 +11,7 @@ sphinx-gallery==0.21.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.2 -pandas==3.0.3 +pandas==3.0.5 pandoc>=2.4 -matplotlib==3.11.0 +matplotlib==3.11.1 breathe>=4.36.0