mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
fix(deps): update dependency jsonschema to v4.3.3 (#287)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
01506a6305
commit
f44baef8b1
8
poetry.lock
generated
8
poetry.lock
generated
@ -340,7 +340,7 @@ i18n = ["Babel (>=2.7)"]
|
||||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.3.2"
|
||||
version = "4.3.3"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
@ -705,7 +705,7 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "fa588868d535300f501fca60e3057faadeb7f9b09e0b593aed4005bdd35cfecf"
|
||||
content-hash = "d5b8cc93b1413ad26bba497377498dc6ca29f89a343d17e3e204121a57fc7fff"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
@ -926,8 +926,8 @@ jinja2 = [
|
||||
{file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.3.2-py3-none-any.whl", hash = "sha256:8697a10a5a5edc922d2eb8556c7f35e814436f3ed8278ec2f65d40e9312d7c80"},
|
||||
{file = "jsonschema-4.3.2.tar.gz", hash = "sha256:cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876"},
|
||||
{file = "jsonschema-4.3.3-py3-none-any.whl", hash = "sha256:eb7a69801beb7325653aa8fd373abbf9ff8f85b536ab2812e5e8287b522fb6a2"},
|
||||
{file = "jsonschema-4.3.3.tar.gz", hash = "sha256:f210d4ce095ed1e8af635d15c8ee79b586f656ab54399ba87b8ab87e5bff0ade"},
|
||||
]
|
||||
markupsafe = [
|
||||
{file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"},
|
||||
|
@ -40,7 +40,7 @@ anyconfig = "0.12.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.4"
|
||||
flake8 = "4.0.1"
|
||||
jsonschema = "4.3.2"
|
||||
jsonschema = "4.3.3"
|
||||
nested-lookup = "0.2.23"
|
||||
pathspec = "0.9.0"
|
||||
python = "^3.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user