From 91c76aa50af1535bd47861e44250fc8dc54940f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:43:12 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.11.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.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/2.11.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 01101283..7babcac5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -814,20 +814,20 @@ files = [ [[package]] name = "jinja2" -version = "2.11.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, - {file = "Jinja2-2.11.3.tar.gz", hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] -MarkupSafe = ">=0.23" +MarkupSafe = ">=2.0" [package.extras] -i18n = ["Babel (>=0.8)"] +i18n = ["Babel (>=2.7)"] [[package]] name = "libscrc" @@ -2329,4 +2329,4 @@ win = ["playsound", "pyImpinj", "pywin32"] [metadata] lock-version = "2.0" python-versions = "~3.8.1" -content-hash = "ef7e2a568c0f908fa3f990821c262545341d9c495e98eb8a91f88740b1e8f3f7" +content-hash = "5c15c48d24a48f38cd4ce16557ff259eff501a94c00f56d4cd3d88284b3fa406" diff --git a/pyproject.toml b/pyproject.toml index 095c3aea..3edebc8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aiohttp = "^3.9.0" boltons = "^20" chardet = "^5.2.0" docxtpl = "^0" -jinja2 = "^2" +jinja2 = ">=2,<4" markupsafe = "2.0.1" orjson = "^3.9.5" polib = "^1"