diff --git a/poetry.lock b/poetry.lock index 7e1900bb40..46217910fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -963,13 +963,13 @@ type = ["pytest-mypy"] [[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] @@ -2556,4 +2556,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d49d8c115e362a10526fdd4997586a8769d1a0733d61016393ff39a3ffaa6e63" +content-hash = "9f0c95feb2938bdbc3b18e67cf2786da778f04a18cbb5191b2cd3f00fb913dd5" diff --git a/source/requirements.txt b/source/requirements.txt index b38d71c7c1..9f71f4a088 100644 --- a/source/requirements.txt +++ b/source/requirements.txt @@ -35,7 +35,7 @@ idna==3.10 ; python_version >= "3.9" and python_version < "3.13" imagesize==1.4.1 ; python_version >= "3.9" and python_version < "3.13" importlib-metadata==8.5.0 ; python_version >= "3.9" and python_version < "3.10" importlib-resources==6.4.5 ; python_version >= "3.9" and python_version < "3.10" -jinja2==3.1.4 ; python_version >= "3.9" and python_version < "3.13" +jinja2==3.1.5 ; python_version >= "3.9" and python_version < "3.13" jsmin==3.0.1 ; python_version >= "3.9" and python_version < "3.13" kiwisolver==1.4.7 ; python_version >= "3.9" and python_version < "3.13" latex==0.7.0 ; python_version >= "3.9" and python_version < "3.13"