From 1ad6fece396ee054d0f6c2010f7938e1d2f836aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:38:39 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.0.0 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 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.0.0...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- min_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/min_requirements.txt b/min_requirements.txt index 7593a18..090b4bc 100644 --- a/min_requirements.txt +++ b/min_requirements.txt @@ -1,3 +1,3 @@ -Jinja2==3.0.0 +Jinja2==3.1.3 jsonschema==1.0.0 PyYAML==5.1 diff --git a/requirements.txt b/requirements.txt index 9bf69c9..26332de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ attrs==22.1.0 importlib-resources==5.9.0 -Jinja2==3.1.2 +Jinja2==3.1.3 jsonschema==4.9.1 MarkupSafe==2.1.1 pkgutil-resolve-name==1.3.10