From 63d9f1e6e83cd0531c4d8a3cc9995f958d44c893 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:21:02 +0000 Subject: [PATCH] Update dependency grpcio-tools to v1.74.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 009bce5..e9ce755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.10" # to the [tools.pip-licenses].packages definition. dependencies = [ "grpcio>=1.74, <1.75", - "grpcio-tools>=1.71, <1.72", + "grpcio-tools>=1.74, <1.75", "protobuf>=5.29, <5.30", "types-protobuf>=5.28, <5.29", "uvloop>=0.20, <1", diff --git a/requirements.txt b/requirements.txt index b897cc7..070aecd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.74.0 -grpcio-tools==1.71.0 +grpcio-tools==1.74.0 protobuf==5.29.0 uvloop==0.21.0 elasticsearch[async]==9.0.2