From 71ff62317a2541d827b0404cd2c5bd86f8f64c53 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:18:34 +0100 Subject: [PATCH] feat: bump Jinja2 from 3.1.2 to 3.1.3 (fix GHSA-h5c8-rqwp-cp95) (#1799) --- .metwork-framework/components.md | 2 +- .../layer2_python3/0500_extra_python_packages/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 8ced0765..340908be 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -92,7 +92,7 @@ | [isort](https://pycqa.github.io/isort/) | 5.12.0 | python3_devtools | | [jedi](https://github.com/davidhalter/jedi) | 0.19.1 | python3_devtools | | [jinja2-time](https://github.com/hackebrot/jinja2-time) | 0.2.0 | python3 | -| [Jinja2](https://palletsprojects.com/p/jinja/) | 3.1.2 | python3 | +| [Jinja2](https://palletsprojects.com/p/jinja/) | 3.1.3 | python3 | | [jinja2_fnmatch_extension](https://github.com/metwork-framework/jinja2_fnmatch_extension) | 1.0.2 | python3 | | [jinja2_from_json_extension](https://github.com/metwork-framework/jinja2_from_json_extension) | 1.0.0 | python3 | | [jinja2_getenv_extension](https://github.com/metwork-framework/jinja2_getenv_extension) | 1.0.2 | python3 | diff --git a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt index fe06a63e..b93d8e7b 100644 --- a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt +++ b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt @@ -37,7 +37,7 @@ gitignore-parser==0.1.11 hiredis==2.2.3 idna==3.4 inotify-simple==1.3.5 -Jinja2==3.1.2 +Jinja2==3.1.3 jinja2-from-json-extension==1.0.0 jinja2-fnmatch-extension==1.0.2 jinja2-getenv-extension==1.0.2