diff --git a/poetry.lock b/poetry.lock index e2fdc7c..063e90f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -346,7 +346,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jsonschema" -version = "4.16.0" +version = "4.17.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -748,7 +748,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d08fc90fcbfaaf57081f78a675aa1cdbf0f782fc7038ffa94fd5f37914aff6fc" +content-hash = "ea60497cd713131c7f2c1157721900339bbe86bb3d7e88208eaeb4882e0d8a8f" [metadata.files] anyconfig = [ @@ -909,8 +909,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.16.0-py3-none-any.whl", hash = "sha256:9e74b8f9738d6a946d70705dc692b74b5429cd0960d58e79ffecfc43b2221eb9"}, - {file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"}, + {file = "jsonschema-4.17.0-py3-none-any.whl", hash = "sha256:f660066c3966db7d6daeaea8a75e0b68237a48e51cf49882087757bb59916248"}, + {file = "jsonschema-4.17.0.tar.gz", hash = "sha256:5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d"}, ] marshmallow = [ {file = "marshmallow-3.18.0-py3-none-any.whl", hash = "sha256:35e02a3a06899c9119b785c12a22f4cda361745d66a71ab691fd7610202ae104"}, diff --git a/pyproject.toml b/pyproject.toml index df35740..958e7e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" environs = "9.5.0" -jsonschema = "4.16.0" +jsonschema = "4.17.0" nested-lookup = "0.2.25" prometheus-client = "0.15.0" proxmoxer = "1.3.1"