From b280252fd0f0c5519703618adae413b2d0b028eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:00:30 +0000 Subject: [PATCH] chore(deps): bump grpcio from 1.71.0 to 1.73.1 in /backend/python/bark Bumps [grpcio](https://github.com/grpc/grpc) from 1.71.0 to 1.73.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.71.0...v1.73.1) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.73.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/bark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/bark/requirements.txt b/backend/python/bark/requirements.txt index 2f40b3208b1f..cca1dd81dbe5 100644 --- a/backend/python/bark/requirements.txt +++ b/backend/python/bark/requirements.txt @@ -1,4 +1,4 @@ bark==0.1.5 -grpcio==1.71.0 +grpcio==1.73.1 protobuf certifi \ No newline at end of file