From 2055d5b38ec2b16de65dc34fd7d7b032c391cbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:38:14 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.3 in /server/src Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 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.0.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/requirements.txt b/server/src/requirements.txt index b6a621e..91c7b96 100644 --- a/server/src/requirements.txt +++ b/server/src/requirements.txt @@ -2,7 +2,7 @@ google_api_python_client==1.6.4 google_auth_httplib2==0.0.2 gunicorn==20.0.4 jellyfish==0.9.0 -jinja2==3.0.3 +jinja2==3.1.3 oauth2client==4.1.2 oauthlib==2.0.6 psycopg2-binary==2.8.6