From a216075901256fe90342ee79b77e6ccefb878e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:44:09 +0000 Subject: [PATCH 1/2] Bump jinja2 in /{{ cookiecutter.project_name }}/requirements Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.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/2.11.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_name }}/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/requirements/common.txt b/{{ cookiecutter.project_name }}/requirements/common.txt index 897a24f..449465e 100644 --- a/{{ cookiecutter.project_name }}/requirements/common.txt +++ b/{{ cookiecutter.project_name }}/requirements/common.txt @@ -39,7 +39,7 @@ geopy==2.0.0 hashids==1.3.1 httplib2==0.19.0 isort==4.3.4 -Jinja2==2.11.3 +Jinja2==3.1.3 jsonfield==3.1.0 Markdown==3.2.2 markdown2==2.4.0 From af850936ff3f28804b478ef210d6d111e3e75c5d Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Wed, 7 Feb 2024 23:50:55 +0000 Subject: [PATCH 2/2] Update common.txt