From 2af03546f526373f0fe150f9dae52c6dfdbabf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:19:54 +0200 Subject: [PATCH] Update deepface requirement from <=0.0.92 to <=0.0.93 (#209) Updates the requirements on [deepface](https://github.com/serengil/deepface) to permit the latest version. - [Release notes](https://github.com/serengil/deepface/releases) - [Commits](https://github.com/serengil/deepface/compare/v0.0.81...v0.0.93) --- updated-dependencies: - dependency-name: deepface dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e615a0a3..130892db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "bertopic<=0.14.1", "dash>=2.11.0", "datasets", - "deepface<=0.0.92", + "deepface<=0.0.93", "googletrans==4.0.0rc1", "google-cloud-vision", "grpcio",