diff --git a/poetry.lock b/poetry.lock index 86c459a..36e2b4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -358,14 +358,14 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.6" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" groups = ["main"] 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.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, + {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [package.dependencies] @@ -825,4 +825,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f75938f4ac2d0495d58636c584e87e4db30727c92075fca9e6c53f622f0e06c7" +content-hash = "5be3c10e3e28cc15779d9ab941a30d47387444e3b43f696125fe9a5afd7b5733" diff --git a/pyproject.toml b/pyproject.toml index 3580272..91a9f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "ldnp"}] [tool.poetry.dependencies] # for hashlib.file_digest python = "^3.11" -jinja2 = "^3.1.2" +jinja2 = "^3.1.6" pyxdg = "^0.28" click = "^8.1.3" python-gnupg = "0.5.0"