diff --git a/poetry.lock b/poetry.lock index b5eff3f..76c18b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,7 +335,7 @@ requirements_deprecated_finder = ["pip-api", "pipreqs"] [[package]] name = "jsonschema" -version = "4.14.0" +version = "4.15.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -745,7 +745,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "a2503c200272af333b82f974bed9cbf3936bf1c04e66e34470087b2aa4492de9" +content-hash = "be19f9981ed50c1235378a70af64be62c8ab5e17e137fabe75ffb2551283df46" [metadata.files] anyconfig = [ @@ -902,8 +902,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.14.0-py3-none-any.whl", hash = "sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d"}, - {file = "jsonschema-4.14.0.tar.gz", hash = "sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f"}, + {file = "jsonschema-4.15.0-py3-none-any.whl", hash = "sha256:2df0fab225abb3b41967bb3a46fd37dc74b1536b5296d0b1c2078cd072adf0f7"}, + {file = "jsonschema-4.15.0.tar.gz", hash = "sha256:21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e"}, ] marshmallow = [ {file = "marshmallow-3.17.0-py3-none-any.whl", hash = "sha256:00040ab5ea0c608e8787137627a8efae97fabd60552a05dc889c888f814e75eb"}, diff --git a/pyproject.toml b/pyproject.toml index b77f8e6..2b7a649 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.14.0" +jsonschema = "4.15.0" nested-lookup = "0.2.25" prometheus-client = "0.14.1" proxmoxer = "1.3.1"