diff --git a/poetry.lock b/poetry.lock index 17bf38d..c64b3d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,7 +306,7 @@ plugins = ["setuptools"] [[package]] name = "jinja2" -version = "3.0.2" +version = "3.0.3" description = "A very fast and expressive template engine." category = "main" optional = false @@ -682,7 +682,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "5616bc0b6060f282f681e86330244acc9aafe68fe02db88a88d03ec2108eddf7" +content-hash = "0aae3c46f045e91834d42020caba96948f63aa5cdc9234d78302b52350ce6604" [metadata.files] anyconfig = [ @@ -826,8 +826,8 @@ isort = [ {file = "isort-5.10.0.tar.gz", hash = "sha256:e52ff6d38012b131628cf0f26c51e7bd3a7c81592eefe3ac71411e692f1b9345"}, ] jinja2 = [ - {file = "Jinja2-3.0.2-py3-none-any.whl", hash = "sha256:8569982d3f0889eed11dd620c706d39b60c36d6d25843961f33f77fb6bc6b20c"}, - {file = "Jinja2-3.0.2.tar.gz", hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45"}, + {file = "Jinja2-3.0.3-py3-none-any.whl", hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"}, + {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, ] jsonschema = [ {file = "jsonschema-4.2.1-py3-none-any.whl", hash = "sha256:2a0f162822a64d95287990481b45d82f096e99721c86534f48201b64ebca6e8c"}, diff --git a/pyproject.toml b/pyproject.toml index 9576d49..104c54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/ansible-doctor/" version = "0.0.0" [tool.poetry.dependencies] -Jinja2 = "3.0.2" +Jinja2 = "3.0.3" anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4"