From 6134677263906aed45b5d82adcac9b99f815e314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:19:43 +0000 Subject: [PATCH] Bump the prod-dependencies group across 2 directories with 1 update Bumps the prod-dependencies group with 1 update in the / directory: [translate](https://github.com/terryyin/google-translate-python). Bumps the prod-dependencies group with 1 update in the /translate-messages directory: [translate](https://github.com/terryyin/google-translate-python). Updates `translate` from 3.6.1 to 3.8.0 - [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) Updates `translate` from 3.6.1 to 3.8.0 - [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 update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: translate dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- translate-messages/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate-messages/requirements.txt b/translate-messages/requirements.txt index 2386610..5fc8ccb 100644 --- a/translate-messages/requirements.txt +++ b/translate-messages/requirements.txt @@ -1,3 +1,3 @@ -translate==3.6.1 +translate==3.8.0 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability