diff --git a/poetry.lock b/poetry.lock index 50b77668..8b9372a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "aiofiles" @@ -1443,13 +1443,13 @@ files = [ [[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] @@ -4076,4 +4076,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "16c0c8ca85fc6c7877a862bb1a866fc963a5742016d603204b18ad60d0a1f3d6" +content-hash = "5bd941ac709c7638b87cd19a50a97ec8ba6ff8dcfced4a11f61a97d3d18fe9d5" diff --git a/pyproject.toml b/pyproject.toml index 0230765b..df0cda67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ jsonschema = "^4.16.0" contexttimer = "^0.3.3" humanfriendly = "^10.0" tabulate = "^0.9.0" -Jinja2 = "^3.1.3" +Jinja2 = "^3.1.5" alembic = "^1.8.1" SQLAlchemy = "^1.4.42" py-cpuinfo = "^9.0.0"