From b3ba545e4f4260fd4a48e30e5de9d4b724c04d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:16:55 +0200 Subject: [PATCH] Bump googletrans from 3.1.0a0 to 4.0.0rc1 (#197) Bumps [googletrans](https://github.com/ssut/py-googletrans) from 3.1.0a0 to 4.0.0rc1. - [Release notes](https://github.com/ssut/py-googletrans/releases) - [Commits](https://github.com/ssut/py-googletrans/commits) --- updated-dependencies: - dependency-name: googletrans dependency-type: direct:production update-type: version-update:semver-major ... 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 ae9f5587..e615a0a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "dash>=2.11.0", "datasets", "deepface<=0.0.92", - "googletrans==3.1.0a0", + "googletrans==4.0.0rc1", "google-cloud-vision", "grpcio", "importlib_metadata",