From e521178de762724a9214629db6b312f3f73f5522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 21:13:21 +0200 Subject: [PATCH] fix(deps): update dependency jinja2 to v3.0.1 (#101) Co-authored-by: Renovate Bot --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51a1f8e..37753d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -290,14 +290,14 @@ colors = ["colorama (>=0.4.3,<0.5.0)"] [[package]] name = "jinja2" -version = "3.0.0" +version = "3.0.1" description = "A very fast and expressive template engine." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] -MarkupSafe = ">=2.0.0rc2" +MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] @@ -656,7 +656,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "6a3eade4ca2bc38338a14fbfff693f45613c909fc921042aa074255499aff89b" +content-hash = "6ed18f2993137ea53c9d5aa642ecc24082afe42a5563d3c429c399c1f4ddb3f8" [metadata.files] anyconfig = [ @@ -802,8 +802,8 @@ isort = [ {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"}, ] jinja2 = [ - {file = "Jinja2-3.0.0-py3-none-any.whl", hash = "sha256:2f2de5285cf37f33d33ecd4a9080b75c87cd0c1994d5a9c6df17131ea1f049c6"}, - {file = "Jinja2-3.0.0.tar.gz", hash = "sha256:ea8d7dd814ce9df6de6a761ec7f1cac98afe305b8cdc4aaae4e114b8d8ce24c5"}, + {file = "Jinja2-3.0.1-py3-none-any.whl", hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4"}, + {file = "Jinja2-3.0.1.tar.gz", hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4"}, ] jsonschema = [ {file = "jsonschema-3.2.0-py2.py3-none-any.whl", hash = "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163"}, diff --git a/pyproject.toml b/pyproject.toml index 5685a27..0f0f54f 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.0" +Jinja2 = "3.0.1" anyconfig = "0.11.0" appdirs = "1.4.4" colorama = "0.4.4"