diff --git a/poetry.lock b/poetry.lock index 2a1a52c..175a8fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -305,13 +305,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.3" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, - {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -831,4 +831,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1" -content-hash = "1b5a7de9ef21be9f2418818a5919ae305b2ab9f90e33ab6e11ac1e494ac0f251" +content-hash = "ae7e164a18c2d2ecf62c857330716fc6e44d41efe4bbb1ba83d14762c9a812d1" diff --git a/pyproject.toml b/pyproject.toml index 195ea75..b10e97f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ defusedxml = ">=0.6.0" [tool.poetry.dev-dependencies] tox = ">=3.23.0" pygments = ">=2.8.0" -jinja2 = "^3.0.0" +jinja2 = "^3.1.3" babel = ">=2.9.1" sphinx = ">=4.0.2" pytest = ">=7.4.3"