From 03a2275ac7b86a92914c0f5a080b0b969448a7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 01:04:17 +0000 Subject: [PATCH] Bump jinja2 from 2.10.3 to 2.11.3 in /splunk_eventgen/lib Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 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.3...2.11.3) Signed-off-by: dependabot[bot] --- splunk_eventgen/lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk_eventgen/lib/requirements.txt b/splunk_eventgen/lib/requirements.txt index 0e96757d..fb33f446 100644 --- a/splunk_eventgen/lib/requirements.txt +++ b/splunk_eventgen/lib/requirements.txt @@ -1,5 +1,5 @@ ujson==2.0.3 -jinja2==2.10.3 +jinja2==2.11.3 requests-futures==1.0.0 urllib3==1.24.2 six==1.15.0