diff --git a/poetry.lock b/poetry.lock index 1f98247..938cee2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,13 +546,13 @@ files = [ [[package]] name = "jsonschema" -version = "4.21.1" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.21.1-py3-none-any.whl", hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f"}, - {file = "jsonschema-4.21.1.tar.gz", hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -1424,4 +1424,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "329f99d7d6ea3fbf633600a6e682cb68786a4b260efc4317da654a73ecb8d6e3" +content-hash = "5d43a6197eb3f1c849128300508b1949c93d0251b9f2168dcdd47c613177cfab" diff --git a/pyproject.toml b/pyproject.toml index a8b444d..315d47b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.9" Django = "^4.2" djangorestframework = "^3.14.0" mysqlclient = "^2.2.0" -jsonschema = "^4.19.0" +jsonschema = "^4.22.0" jsonpatch = "^1.33" cmarkgfm = "^2022.10.27" keystoneauth1 = "^5.3.0"