From 0d3d73990e56f9bedaec1b6372e77047c03bf6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:17:49 +0000 Subject: [PATCH] :arrow_up: Bump jinja2 from 3.1.2 to 3.1.3 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.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 54ee922..1db3256 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -92,7 +92,7 @@ isort==5.12.0 # via dot (setup.cfg) jedi==0.18.1 # via ipython -jinja2==3.1.2 +jinja2==3.1.3 # via torch kiwisolver==1.4.3 # via matplotlib diff --git a/requirements.txt b/requirements.txt index 790b431..cdb637a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ imageio==2.19.3 # via scikit-image iniconfig==2.0.0 # via pytest -jinja2==3.1.2 +jinja2==3.1.3 # via torch kiwisolver==1.4.3 # via matplotlib