From 445e6039922293bfb38f655758e91da252d35cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 08:38:41 +0000 Subject: [PATCH] Bump jinja2 from 2.9.6 to 2.11.3 in /flask-kafka-streaming Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.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.9.6...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask-kafka-streaming/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-kafka-streaming/requirements.txt b/flask-kafka-streaming/requirements.txt index 5a343b4..99714ba 100644 --- a/flask-kafka-streaming/requirements.txt +++ b/flask-kafka-streaming/requirements.txt @@ -6,7 +6,7 @@ Flask==0.12.1 Flask-SocketIO==2.8.6 greenlet==0.4.12 itsdangerous==0.24 -Jinja2==2.9.6 +Jinja2==2.11.3 MarkupSafe==1.0 python-engineio==1.4.0 python-socketio==1.7.4