diff --git a/poetry.lock b/poetry.lock index 744c4e6b..11145889 100644 --- a/poetry.lock +++ b/poetry.lock @@ -715,7 +715,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "jsonschema" -version = "4.5.1" +version = "4.6.0" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -728,7 +728,7 @@ pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" [package.extras] format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] -format_nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] +format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] [[package]] name = "jsonschema-rs" @@ -1340,7 +1340,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1a017e241b6283eba31cbba4574922f61ae8152809c3d9e50660d901eb49b78b" +content-hash = "bf831b07d7cab0f5a73092645a04220b42c752a3ef7364f22a5cf2dbd5f9eef3" [metadata.files] affine = [ @@ -1721,8 +1721,8 @@ jmespath = [ {file = "jmespath-0.10.0.tar.gz", hash = "sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9"}, ] jsonschema = [ - {file = "jsonschema-4.5.1-py3-none-any.whl", hash = "sha256:71b5e39324422543546572954ce71c67728922c104902cb7ce252e522235b33f"}, - {file = "jsonschema-4.5.1.tar.gz", hash = "sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc"}, + {file = "jsonschema-4.6.0-py3-none-any.whl", hash = "sha256:1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf"}, + {file = "jsonschema-4.6.0.tar.gz", hash = "sha256:9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957"}, ] jsonschema-rs = [ {file = "jsonschema_rs-0.13.1-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:5bb8d47655813df5daa5248121fb5d5e85590f6732b1ae9d7b031befbc1eb7fc"}, diff --git a/pyproject.toml b/pyproject.toml index 0e551af8..cc1296e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ boto3 = "^1.23.5" python-ulid = "^1.1.0" fsspec = {extras = ["s3"], version = "^2022.5.0"} pystac = "^1.4.0" -jsonschema = "^4.5.1" +jsonschema = "^4.6.0" jsonschema-rs = "^0.13.1" Shapely = "^1.8.2" requests = "^2.26.0"