From 1f096621c2cc6a09f7a68859c16782fc275da28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 03:18:52 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.0 to 3.1.2 in /keygen Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.2. - [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.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- keygen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keygen/requirements.txt b/keygen/requirements.txt index dc4150b8f..3b427bf22 100644 --- a/keygen/requirements.txt +++ b/keygen/requirements.txt @@ -8,4 +8,4 @@ pytest-cov # It seems that sphinx incorrectly specifies its jinja2 dependency. # There is some backward incompatible change in 3.1.x and sphinx fails # because of that. Let's temporarily stay with an older version. -jinja2==3.0.0 +jinja2==3.1.2