From 5cc0f3b1894ebb7eb362b17b3748008b7af1185f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 04:57:34 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /buildscripts 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] --- buildscripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt index 325d4ab89d4e4..50d11954fb34e 100644 --- a/buildscripts/requirements.txt +++ b/buildscripts/requirements.txt @@ -16,5 +16,5 @@ pydocstyle == 2.1.1 -r resmokelib/requirements.txt # generate_error_codes.py cheetah3 == 3.0.0; python_version < "3" -jinja2 == 2.10 +jinja2 == 2.11.3 mock == 2.0.0