From 57c6f811a7e672210b391500d1c4a30f0a22055b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:05:38 +0000 Subject: [PATCH] chore(deps): bump grpcio from 1.69.0 to 1.70.0 in /app/media Bumps [grpcio](https://github.com/grpc/grpc) from 1.69.0 to 1.70.0. - [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.69.0...v1.70.0) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/media/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/media/requirements.txt b/app/media/requirements.txt index 524a03b97c..51df5655d4 100644 --- a/app/media/requirements.txt +++ b/app/media/requirements.txt @@ -18,7 +18,7 @@ click==8.1.8 # via flask flask==3.1.0 # via -r requirements.in -grpcio==1.69.0 +grpcio==1.70.0 # via -r requirements.in iniconfig==2.0.0 # via pytest