diff --git a/poetry.lock b/poetry.lock index 7eeb52b..b009a81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -319,7 +319,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.3.1" +version = "4.3.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -685,7 +685,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "fdeb1e1f0fe00396c16ddb2bfe78c7177037ca1c99f97cbb7f053c9ce5fbd870" +content-hash = "46208b88b4ec5c75052f72f746f16ba7126dca20436ab9623bdd255946f50840" [metadata.files] anyconfig = [ @@ -834,8 +834,8 @@ jinja2 = [ {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, ] jsonschema = [ - {file = "jsonschema-4.3.1-py3-none-any.whl", hash = "sha256:91ffbad994d766041c6003d5f8f475cceb890c30084bd0e64847ccb1c10e48bb"}, - {file = "jsonschema-4.3.1.tar.gz", hash = "sha256:0070ca8dd5bf47941d1e9d8bc115a3654b1138cfb8aff44f3e3527276107314f"}, + {file = "jsonschema-4.3.2-py3-none-any.whl", hash = "sha256:8697a10a5a5edc922d2eb8556c7f35e814436f3ed8278ec2f65d40e9312d7c80"}, + {file = "jsonschema-4.3.2.tar.gz", hash = "sha256:cca171fb7544de15ccda236bf78d58434d769c9a2ce21d44e0d209e39eeb8876"}, ] 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 b9e66f7..c8f4936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ anyconfig = "0.12.0" appdirs = "1.4.4" colorama = "0.4.4" environs = "9.3.5" -jsonschema = "4.3.1" +jsonschema = "4.3.2" nested-lookup = "0.2.23" pathspec = "0.9.0" python = "^3.7.0"