mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-25 06:10:43 +00:00
fix(deps): update dependency jinja2 to v2.11.3 (#90)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a5b6dde67e
commit
81465a247b
8
poetry.lock
generated
8
poetry.lock
generated
@ -287,7 +287,7 @@ colors = ["colorama (>=0.4.3,<0.5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "jinja2"
|
||||
version = "2.11.2"
|
||||
version = "2.11.3"
|
||||
description = "A very fast and expressive template engine."
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -650,7 +650,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 = "1f9472507ed4ae594af8302f5e3243c2d83e83f20dd77d3ffdc65498c61544cc"
|
||||
content-hash = "ab5c3cfd408a92dcc48e8fd5c9ed7c0d27712871054301e898cc8fd7ac56a05b"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -796,8 +796,8 @@ isort = [
|
||||
{file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"},
|
||||
]
|
||||
jinja2 = [
|
||||
{file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"},
|
||||
{file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"},
|
||||
{file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"},
|
||||
{file = "Jinja2-2.11.3.tar.gz", hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-3.2.0-py2.py3-none-any.whl", hash = "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163"},
|
||||
|
@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/ansible-doctor/"
|
||||
version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Jinja2 = "2.11.2"
|
||||
Jinja2 = "2.11.3"
|
||||
anyconfig = "0.10.1"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.4"
|
||||
|
Loading…
Reference in New Issue
Block a user