From 5bee5aa2dd60197fdabc85f1b45eb1a596153fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:34:18 +0100 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.3 in /scripts/copy_from_upstream (#1661) * Bump jinja2 from 2.11.3 to 3.1.3 in /scripts/copy_from_upstream 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:production ... Signed-off-by: dependabot[bot] * Bump MarkupSafe version for compatibility with Jinja2 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Spencer Wilson --- scripts/copy_from_upstream/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/copy_from_upstream/requirements.txt b/scripts/copy_from_upstream/requirements.txt index 9a85b83a87..1727cd17a4 100644 --- a/scripts/copy_from_upstream/requirements.txt +++ b/scripts/copy_from_upstream/requirements.txt @@ -1,9 +1,9 @@ attrs==20.3.0 GitPython==3.1.41 importlib-metadata==3.7.0 -Jinja2==2.11.3 +Jinja2==3.1.3 markdown-it-py==2.2.0 -MarkupSafe==1.1.1 +MarkupSafe==2.1.3 mdit-py-plugins==0.3.4 PyYAML==6.0.1 tabulate==0.8.10