diff --git a/poetry.lock b/poetry.lock index da04cdc..763033e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,7 +402,7 @@ plugins = ["setuptools"] [[package]] name = "jsonschema" -version = "4.4.0" +version = "4.5.1" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -879,7 +879,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "fc30baab95f033e7d9da8eb5ac13e699fb43dd177473cb707187c95dac29d963" +content-hash = "6994e1fb6319ca7b8a297a378905c467c0ad6eeee48832c53a0af07cd75bb776" [metadata.files] anyconfig = [ @@ -1065,8 +1065,8 @@ isort = [ {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jsonschema = [ - {file = "jsonschema-4.4.0-py3-none-any.whl", hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823"}, - {file = "jsonschema-4.4.0.tar.gz", hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83"}, + {file = "jsonschema-4.5.1-py3-none-any.whl", hash = "sha256:71b5e39324422543546572954ce71c67728922c104902cb7ce252e522235b33f"}, + {file = "jsonschema-4.5.1.tar.gz", hash = "sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc"}, ] marshmallow = [ {file = "marshmallow-3.15.0-py3-none-any.whl", hash = "sha256:ff79885ed43b579782f48c251d262e062bce49c65c52412458769a4fb57ac30f"}, diff --git a/pyproject.toml b/pyproject.toml index 8127513..cb5ba12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docker-pycreds = "0.4.0" environs = "9.5.0" idna = "3.3" ipaddress = "1.0.23" -jsonschema = "4.4.0" +jsonschema = "4.5.1" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"