From 17e13654dc16c8dd64bbd1b04c2568f113fa6334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:47:26 +0200 Subject: [PATCH] fix(deps): update dependency jinja2 to v3.0.2 (#173) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b8c403..d744624 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,7 +292,7 @@ plugins = ["setuptools"] [[package]] name = "jinja2" -version = "3.0.1" +version = "3.0.2" description = "A very fast and expressive template engine." category = "main" optional = false @@ -667,7 +667,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "fd1d32666ba862f5405c08c9afbdcf36a43f346187b5bca07b0c28d4b2bd3301" +content-hash = "b3bb6f481e10b34d4ae9feaad27fb0f617fcec746b336fa8974dfb22c75a5177" [metadata.files] anyconfig = [ @@ -796,8 +796,8 @@ isort = [ {file = "isort-5.9.3.tar.gz", hash = "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899"}, ] jinja2 = [ - {file = "Jinja2-3.0.1-py3-none-any.whl", hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4"}, - {file = "Jinja2-3.0.1.tar.gz", hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4"}, + {file = "Jinja2-3.0.2-py3-none-any.whl", hash = "sha256:8569982d3f0889eed11dd620c706d39b60c36d6d25843961f33f77fb6bc6b20c"}, + {file = "Jinja2-3.0.2.tar.gz", hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45"}, ] jsonschema = [ {file = "jsonschema-4.0.1-py3-none-any.whl", hash = "sha256:9938802041347f2c62cad2aef59e9a0826cd34584f3609db950efacb4dbf6518"}, diff --git a/pyproject.toml b/pyproject.toml index 6400a23..02cbfd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ repository = "https://github.com/thegeeklab/ansible-doctor/" version = "0.0.0" [tool.poetry.dependencies] -Jinja2 = "3.0.1" +Jinja2 = "3.0.2" anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4"