diff --git a/poetry.lock b/poetry.lock index 35eddbb..a505155 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,7 +343,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.1.0" +version = "4.1.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -710,7 +710,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "1721907bdbbba6079dc9bcfd2af0d2ba74ba5371516623451e3c66c93b73513a" +content-hash = "05daff012dc7900099f79a40addf4f21afd76cee2d791c72e826515448b0a9d0" [metadata.files] ansible = [ @@ -912,8 +912,8 @@ jinja2 = [ {file = "Jinja2-3.0.2.tar.gz", hash = "sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45"}, ] jsonschema = [ - {file = "jsonschema-4.1.0-py3-none-any.whl", hash = "sha256:2b3cca28580511d44326f0e7fc582eab3cbe31aabd1a1c2cfa74a399796ffd84"}, - {file = "jsonschema-4.1.0.tar.gz", hash = "sha256:9dd7c33b4a96138dc37bb86b3610d3b12d30d96433d4d73435ca3025804154a8"}, + {file = "jsonschema-4.1.2-py3-none-any.whl", hash = "sha256:166870c8ab27bd712a8627e0598de4685bd8d199c4d7bd7cacc3d941ba0c6ca0"}, + {file = "jsonschema-4.1.2.tar.gz", hash = "sha256:5c1a282ee6b74235057421fd0f766ac5f2972f77440927f6471c9e8493632fac"}, ] markupsafe = [ {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"}, diff --git a/pyproject.toml b/pyproject.toml index 40b0ae3..7419286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4" flake8 = "4.0.1" -jsonschema = "4.1.0" +jsonschema = "4.1.2" nested-lookup = "0.2.22" pathspec = "0.9.0" python = "^3.7.0"