From 186e2c67278cf3b2386dd8814ce298494ce93e12 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:17:59 +0200 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate (#206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29af1d5b..e30e51ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: - id: nbstripout files: ".ipynb" - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/s-weigand/flake8-nb 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 2/2] 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",