From 8ec77f7c7f5cbfc7519e447c62e539e9fb477e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 20:07:54 -0600 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 in /ci/rstcheck (#1389) 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: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci/rstcheck/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rstcheck/requirements.txt b/ci/rstcheck/requirements.txt index 23236421..2ed3ce2e 100644 --- a/ci/rstcheck/requirements.txt +++ b/ci/rstcheck/requirements.txt @@ -26,7 +26,7 @@ idna==3.7 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx markupsafe==2.1.3 # via jinja2