From 6741dcb16a07e74eeb266e453e957890cb80bb03 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 19 Mar 2021 22:02:42 +0000
Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /Lecture-06/student_api

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3.
- [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.10...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
---
 Lecture-06/student_api/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lecture-06/student_api/requirements.txt b/Lecture-06/student_api/requirements.txt
index 0d8d54a..a9bb8cf 100644
--- a/Lecture-06/student_api/requirements.txt
+++ b/Lecture-06/student_api/requirements.txt
@@ -2,7 +2,7 @@ click==6.7
 Flask==0.12.2
 gunicorn==19.7.1
 itsdangerous==0.24
-Jinja2==2.10
+Jinja2==2.11.3
 MarkupSafe==1.0
 pymongo==3.6.0
 Werkzeug==0.13