From 7b8f9c05c84b7384169080e343bb3e07cca0d4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:22:48 +0000 Subject: [PATCH] chore(deps-dev): update mediapipe requirement from >=0.10.0 to >=1.0.1 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/commits) --- updated-dependencies: - dependency-name: mediapipe dependency-version: 1.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2ce25..fab82d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ games = [ ] ml = [ "opencv-python>=4.8.0", - "mediapipe>=0.10.0", + "mediapipe>=1.0.1", "scikit-learn>=1.7.2", "numpy>=1.26.0", "textblob>=0.17.1",