From 99fbbef5352b4cb0a2b92a964867cd2f546da3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:54:14 +0000 Subject: [PATCH] build(deps): 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: indirect ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 57c7831..8dea635 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -24,14 +24,14 @@ coverage[toml]==7.3.3 dill==0.3.7 # via pylint edx-lint==5.3.6 - # via -r requirements/test.in + # via -r test.in exceptiongroup==1.2.0 # via pytest iniconfig==2.0.0 # via pytest isort==5.13.2 # via pylint -jinja2==3.1.2 +jinja2==3.1.3 # via code-annotations markupsafe==2.1.3 # via jinja2 @@ -62,7 +62,7 @@ pylint-plugin-utils==0.8.2 pytest==7.4.3 # via pytest-cov pytest-cov==4.1.0 - # via -r requirements/test.in + # via -r test.in python-slugify==8.0.1 # via code-annotations pyyaml==6.0.1