From 071ebc2d46793544a5257dfd63a6b9dc0b55f6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:33:54 +0000 Subject: [PATCH] Bump googletrans from 4.0.0rc1 to 4.0.2 Bumps [googletrans](https://github.com/ssut/py-googletrans) from 4.0.0rc1 to 4.0.2. - [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-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbd55bea..8003fad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "dash>=2.11.0", "datasets", "deepface<=0.0.93", - "googletrans==4.0.0rc1", + "googletrans==4.0.2", "google-cloud-vision", "grpcio", "importlib_metadata",