From 613bdccc24973d39c14af3e0d342538092a67ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 09:17:03 +0000 Subject: [PATCH] Bump jinja2 from 2.9.6 to 2.11.3 in /tmp/flasky 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] --- tmp/flasky/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp/flasky/requirements.txt b/tmp/flasky/requirements.txt index b1b47acb..51300265 100644 --- a/tmp/flasky/requirements.txt +++ b/tmp/flasky/requirements.txt @@ -1,5 +1,5 @@ Flask==0.12.2 -Jinja2==2.9.6 +Jinja2==2.11.3 pandas==0.19.2 pandas_datareader==0.5.0 gunicorn==19.7.1