From b8574183c7192b9da1b4e0edb6c4450a1c00fe35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:53:14 +0000 Subject: [PATCH] Bump jinja2 in /GCP_Webhooks/google_translate/translate Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 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..e5afca0 100644 --- a/GCP_Webhooks/google_translate/translate/requirements.txt +++ b/GCP_Webhooks/google_translate/translate/requirements.txt @@ -20,7 +20,7 @@ grpcio-status==1.60.0 gunicorn==21.2.0; platform_system != 'Windows' idna==3.6; python_version >= '3.5' itsdangerous==2.1.2; python_version >= '3.7' -jinja2==3.1.2; python_version >= '3.7' +jinja2==3.1.3; python_version >= '3.7' markupsafe==2.1.3; python_version >= '3.7' packaging==23.2; python_version >= '3.7' proto-plus==1.23.0; python_version >= '3.6'