diff --git a/poetry.lock b/poetry.lock index 55f0d370617..bf8b22682f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1477,13 +1477,13 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -4316,4 +4316,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "73d5a37f3ea2be2bf1a1812cd802964d8a84cbc13e07b7d361abd78b5c6cb50e" +content-hash = "b17bb6db42abefb3edc6be736179d8096fb4a324663a9e00cd9125471e56b22e" diff --git a/pyproject.toml b/pyproject.toml index 65b6753e26e..216ea12c63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Cython = "0.29.24" Django = "4.2.11" SQLAlchemy = "1.4.50" SQLAlchemy-Utils = "0.41.1" -Jinja2 = "^3.1.3" +Jinja2 = "^3.1.4" chardet = "4.0.0" pygal = "2.4.0" dpkt = "1.9.6"