diff --git a/poetry.lock b/poetry.lock index 744c4e6b..bb1ad3bd 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.1" 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 = "b29dd761aafd6750db1cf865e33f0735272b65d5f8f3afcf9885df6113e2b556" [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.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"}, + {file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"}, ] 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 3e578581..91b34041 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.1" jsonschema-rs = "^0.13.1" Shapely = "^1.8.2" requests = "^2.26.0"