diff --git a/poetry.lock b/poetry.lock index 01eef1a..79c98d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,7 +335,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.9.0" +version = "4.9.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -733,7 +733,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "69ca94846d1622f7d6c76a2b3ca894003ece5becb2804a0da6b1216c57c98a39" +content-hash = "0ae78120a0a56d80c6a798e0b70288cb7fc45cbd73d9d8bc6eafab78c51d7890" [metadata.files] anyconfig = [ @@ -885,8 +885,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.9.0-py3-none-any.whl", hash = "sha256:5d0be0cd1b670438b71c3d3145b2abba1f9d197e3e91adc4c4bae4c0e114e252"}, - {file = "jsonschema-4.9.0.tar.gz", hash = "sha256:df10e65c8f3687a48e93d0d348ce0ce5f897b5a28e9bbcbbe8f7c7eaf019e850"}, + {file = "jsonschema-4.9.1-py3-none-any.whl", hash = "sha256:8ebad55894c002585271af2d327d99339ef566fb085d9129b69e2623867c4106"}, + {file = "jsonschema-4.9.1.tar.gz", hash = "sha256:408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f"}, ] marshmallow = [ {file = "marshmallow-3.17.0-py3-none-any.whl", hash = "sha256:00040ab5ea0c608e8787137627a8efae97fabd60552a05dc889c888f814e75eb"}, diff --git a/pyproject.toml b/pyproject.toml index e05ad45..248118d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5" environs = "9.5.0" -jsonschema = "4.9.0" +jsonschema = "4.9.1" nested-lookup = "0.2.25" prometheus-client = "0.14.1" proxmoxer = "1.3.1"