diff --git a/poetry.lock b/poetry.lock index 499a348..f3297da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -676,7 +676,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -2264,4 +2264,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "c074adacdbb632312f0d709078ddbb0146655aa4dbae73bd33a05235e0ef6068" +content-hash = "c46ee972592bca46dba74849ae8f67a2f4d3043bfa029263e9de425145f34746" diff --git a/pyproject.toml b/pyproject.toml index 6086d37..9ee2f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "jsonschema >=4.24.0,<4.25.0", + "jsonschema >=4.24.0,<5.0.0", "openapi-schema-validator >=0.7.3,<0.9.0", "jsonschema-path >=0.4.3,<0.5.0", "lazy-object-proxy >=1.7.1,<2.0",