From c353c31987db5859e6f1ef8910d212e06dd04863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 05:59:09 +0000 Subject: [PATCH] Bump jinja2 from 2.10.1 to 2.11.3 in /tweets-transformation Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 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.1...2.11.3) Signed-off-by: dependabot[bot] --- tweets-transformation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweets-transformation/requirements.txt b/tweets-transformation/requirements.txt index 207b865..6bb6f9d 100644 --- a/tweets-transformation/requirements.txt +++ b/tweets-transformation/requirements.txt @@ -3,6 +3,6 @@ chardet==3.0.4 confluent-kafka[avro]==1.8.2 Flask==1.1.1 idna==2.8 -Jinja2==2.10.1 +Jinja2==2.11.3 requests==2.22.0 urllib3==1.25.3 \ No newline at end of file