diff --git a/poetry.lock b/poetry.lock index fd566f6..e867fb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2008,4 +2008,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "01fba8674a7894d014b472fc29389fa4914d42cfe03d15dbf4c953a08c207872" +content-hash = "4422ea1d0c329888774ae3955fa2bf155f9c63d345ca1042142b9ab387c66de0" diff --git a/pyproject.toml b/pyproject.toml index bba545e..4e92b98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "jsonschema >=4.24.0,<4.25.0", - "openapi-schema-validator >=0.6.0,<0.7.0", + "openapi-schema-validator >=0.6.1,<0.7.0", "jsonschema-path >=0.4.0b2,<0.5.0", "lazy-object-proxy >=1.7.1,<2.0", ]