From 09487d7dbdcca332bf71adeafad1bb3745b5b27d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:57:44 +0000 Subject: [PATCH] chore(deps): update dependency jinja2 to v3.1.5 --- Pipfile | 2 +- Pipfile.lock | 14 +++++++------- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index 8e427651..0aa15055 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ mkdocs-material = "==9.5.49" python-markdown-math = "==0.8" prompt_toolkit = "==3.0.48" pyyaml = "==6.0.2" -Jinja2 = "==3.1.4" +Jinja2 = "==3.1.5" pygments = "==2.18.0" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 82657026..4e124758 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "23ed4661c4e7ca996cfe7cb1b3b2c55b3f6fbfd9fb1926f0e405b7c8d0d84071" + "sha256": "e27592b817b5b37505499b34c15694b40f4c3d4c3b0ec2b98e6d94f69e856109" }, "pipfile-spec": 6, "requires": { @@ -145,11 +145,11 @@ }, "click": { "hashes": [ - "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", + "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" ], "markers": "python_version >= '3.7'", - "version": "==8.1.7" + "version": "==8.1.8" }, "colorama": { "hashes": [ @@ -176,12 +176,12 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "markdown": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 92b96de2..fc6f3032 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ click==8.1.7; python_version >= '3.7' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 idna==3.10; python_version >= '3.5' -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.5; python_version >= '3.7' markdown==3.7; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' mergedeep==1.3.4; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 6e64e2f1..9caaf6a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==8.1.7; python_version >= '3.7' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 idna==3.10; python_version >= '3.5' -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.5; python_version >= '3.7' markdown==3.7; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' mergedeep==1.3.4; python_version >= '3.6'