From 64512979868ac3c37ad06f2134babc479931eb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:35:46 +0000 Subject: [PATCH] build(deps): update opencv-python-headless requirement Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. Updates `opencv-python-headless` to 5.0.0.93 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-version: 5.0.0.93 dependency-type: direct:production dependency-group: production-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff57030..5241ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pydantic>=2.6,<3", "pydantic-settings>=2.2,<3", "numpy>=1.24,<3", - "opencv-python-headless>=4.8,<5", + "opencv-python-headless>=4.8,<6", "deepface>=0.0.93,<0.1", "retina-face>=0.0.14,<0.1", "tensorflow>=2.13,<3; platform_machine != 'arm64' or sys_platform != 'darwin'", diff --git a/requirements.txt b/requirements.txt index d53b210..18e5a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-multipart>=0.0.9 pydantic>=2.6,<3 pydantic-settings>=2.2,<3 numpy>=1.24,<3 -opencv-python-headless>=4.8,<5 +opencv-python-headless>=4.8,<6 deepface>=0.0.93,<0.1 retina-face>=0.0.14,<0.1 tensorflow>=2.13,<3; platform_machine != 'arm64' or sys_platform != 'darwin'