From f9de7dfa26f6c14bf19260117e0f6999a2aec6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:16:26 +0000 Subject: [PATCH] chore(deps): update mediapipe requirement in /python-mediapipe Updates the requirements on [mediapipe](https://github.com/google/mediapipe) to permit the latest version. - [Release notes](https://github.com/google/mediapipe/releases) - [Commits](https://github.com/google/mediapipe/compare/v0.10.14...v0.10.35) --- updated-dependencies: - dependency-name: mediapipe dependency-version: 0.10.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-mediapipe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mediapipe/requirements.txt b/python-mediapipe/requirements.txt index 309a5a2..3e0143d 100644 --- a/python-mediapipe/requirements.txt +++ b/python-mediapipe/requirements.txt @@ -1 +1 @@ -mediapipe>=0.10.14 +mediapipe>=0.10.35