From 4ac9288dcf75c532bddf8b209031df827ca73a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:04:47 +0000 Subject: [PATCH] Bump jinja2 from 3.1.2 to 3.1.3 in /requirements Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.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/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 59bd22d4cf..ce3d547529 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -117,7 +117,7 @@ jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.2 +jinja2==3.1.3 # via # cumulusci (pyproject.toml) # myst-parser diff --git a/requirements/prod.txt b/requirements/prod.txt index 151f818426..9160b2fcc5 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -60,7 +60,7 @@ jeepney==0.8.0 # via # keyring # secretstorage -jinja2==3.1.2 +jinja2==3.1.3 # via # cumulusci (pyproject.toml) # snowfakery