From 4ecbb6eb660158fd9f2f375c3554f14a162ad837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:22:23 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.5 in /.circleci Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.5. - [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/3.0.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .circleci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .circleci/requirements.txt diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt old mode 100755 new mode 100644 index b1dd35325..8e0d3ea54 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -1,5 +1,5 @@ requests==2.27.1 -Jinja2==3.0.3 +Jinja2==3.1.5 mysqlclient==2.1.0 docker==3.5.0 urllib3==1.26.19