From 9ca1cf91586d491d92eb4e9bf9ded945fbc50008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:47:55 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /GCP_Webhooks/google_translate/translate Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GCP_Webhooks/google_translate/translate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCP_Webhooks/google_translate/translate/requirements.txt b/GCP_Webhooks/google_translate/translate/requirements.txt index e964523..2190061 100644 --- a/GCP_Webhooks/google_translate/translate/requirements.txt +++ b/GCP_Webhooks/google_translate/translate/requirements.txt @@ -18,7 +18,7 @@ googleapis-common-protos==1.62.0; python_version >= '3.7' grpcio==1.60.0 grpcio-status==1.60.0 gunicorn==21.2.0; platform_system != 'Windows' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' itsdangerous==2.1.2; python_version >= '3.7' jinja2==3.1.2; python_version >= '3.7' markupsafe==2.1.3; python_version >= '3.7'