From da7cf8abb7fb67b751f6ac6e0cca0a2bb03f02fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:02:58 -0300 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs (#3452) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hack/api-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/api-docs/requirements.txt b/hack/api-docs/requirements.txt index a9a1abdb4..bfc96ba66 100644 --- a/hack/api-docs/requirements.txt +++ b/hack/api-docs/requirements.txt @@ -9,7 +9,7 @@ htmlmin==0.1.12 idna==3.7 importlib-metadata==7.1.0 importlib-resources==6.4.0 -Jinja2==3.1.3 +Jinja2==3.1.4 jsmin==3.0.1 livereload==2.6.3 Markdown==3.6