From 3441726015c5259d868b21d6bc88603d842569ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:04:55 +0000 Subject: [PATCH] Update translate requirement from ~=3.6.1 to ~=3.8.0 Updates the requirements on [translate](https://github.com/terryyin/google-translate-python) to permit the latest version. - [Changelog](https://github.com/terryyin/translate-python/blob/master/CHANGES.rst) - [Commits](https://github.com/terryyin/google-translate-python/compare/3.6.1...3.8.0) --- updated-dependencies: - dependency-name: translate dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 299c3b1..43da58c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ folium~=0.20.0 Flask~=3.1.2 gunicorn~=23.0.0 IPy~=1.1 -translate~=3.6.1 +translate~=3.8.0 packaging~=24.2