diff --git a/poetry.lock b/poetry.lock index ccd3340b..6dda8235 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 = "annotated-types" @@ -351,13 +351,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -1138,4 +1138,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5fc6f30452d678ecdb7ac9766db508173d2af53dfd943e0910f23dbcd64811a3" +content-hash = "529b30314cb35a6f69336981a040c2c8264d804f0707b7e0be5942248cfe59b7" diff --git a/pyproject.toml b/pyproject.toml index 43377928..7b8f41b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ Click = "^8.0" click-log = "0.3.2" mysoc-validator = "^0.9.3" tqdm = "^4.67.1" -jinja2 = "^3.1.4" +jinja2 = "^3.1.5" [tool.poetry.group.dev.dependencies] ruff = "^0.6.7"