From a19147d3cf1afb17852e15d954d36ab096aa5183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:54:22 -0300 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.3 in /hacking (#46) Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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/2.11.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hacking/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/requirements_dev.txt b/hacking/requirements_dev.txt index d61cc63..d408b86 100644 --- a/hacking/requirements_dev.txt +++ b/hacking/requirements_dev.txt @@ -24,7 +24,7 @@ importlib-resources==5.10.1; python_version < '3.9' iniconfig==1.1.1 jaraco.classes==3.2.3; python_version >= '3.7' jeepney==0.8.0; sys_platform == 'linux' -jinja2==2.11.3 +jinja2==3.1.3 keyring==23.13.1; python_version >= '3.7' markupsafe==1.1.1 mccabe==0.6.1