From cc5ff55dcfb5dce81ff4de22e646050fa165949b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:35:01 -0500 Subject: [PATCH] Bump jinja2 from 2.8 to 2.11.3 in /.circleci (#1388) Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 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.8...2.11.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ramya Madupuri <34350829+rmadupuri@users.noreply.github.com> --- .circleci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index 786f29d5ee..01b4c94d79 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -1,5 +1,5 @@ requests==2.20.0 -Jinja2==2.8 +Jinja2==2.11.3 mysqlclient==1.3.13 docker==3.5.0 gitpython==2.1.15