From 83fee9cf6f3523556e3ec3c638efb0d04482a0ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:31:53 +0000 Subject: [PATCH] [Security] Bump jinja2 from 2.11.1 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3. **This update includes a security fix.** - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.1...2.11.3) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e4798abe..6a926295 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ django==3.0.4 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-extensions==2.2.3 # https://github.com/django-extensions/django-extensions -Jinja2==2.11.1 +Jinja2==2.11.3 # Django REST Framework djangorestframework==3.10.3 # https://github.com/encode/django-rest-framework