diff --git a/poetry.lock b/poetry.lock index 4a3bff6..87be795 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,18 +717,19 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "jsonschema-path" -version = "0.4.4" +version = "0.5.0" description = "JSONSchema Spec with object-oriented paths" optional = false python-versions = "<4.0.0,>=3.10" groups = ["main"] files = [ - {file = "jsonschema_path-0.4.4-py3-none-any.whl", hash = "sha256:669bb69cb92cd4c54acf38ee2ff7c3d9ab6b69991698f7a2f17d2bb0e5c9c394"}, - {file = "jsonschema_path-0.4.4.tar.gz", hash = "sha256:4c55842890fc384262a59fb63a25c86cc0e2b059e929c18b851c1d19ef612026"}, + {file = "jsonschema_path-0.5.0-py3-none-any.whl", hash = "sha256:2790a070bc7abb08ea3dbe4d340ece4efadf639223001f020c7503229ba068e2"}, + {file = "jsonschema_path-0.5.0.tar.gz", hash = "sha256:493b156ba895c97602655b620a8456caa2ce08c1aa389f5a7addec065e6e855c"}, ] [package.dependencies] -pathable = ">=0.5.0,<0.6.0" +attrs = ">=22.2.0" +pathable = ">=0.6.0,<0.7.0" PyYAML = ">=5.1" referencing = "<0.38.0" @@ -1121,14 +1122,14 @@ files = [ [[package]] name = "pathable" -version = "0.5.0" +version = "0.6.0" description = "Object-oriented paths" optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "pathable-0.5.0-py3-none-any.whl", hash = "sha256:646e3d09491a6351a0c82632a09c02cdf70a252e73196b36d8a15ba0a114f0a6"}, - {file = "pathable-0.5.0.tar.gz", hash = "sha256:d81938348a1cacb525e7c75166270644782c0fb9c8cecc16be033e71427e0ef1"}, + {file = "pathable-0.6.0-py3-none-any.whl", hash = "sha256:82c4ca6c98c502ad12e0d4e9779b6210afee93c38990988c8c5d1b49bdcdf566"}, + {file = "pathable-0.6.0.tar.gz", hash = "sha256:6404b8b82aef5ff0fd478934137128b99b12212ba35afdde5525ca4f8388ea58"}, ] [[package]] @@ -2322,4 +2323,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "20a52b195d3ba5ed8bd2f99eb9be70d25ff1d9615a55fac10fdb22e5dbfc8e02" +content-hash = "7bfcbfa6f85b9427eaedc1003d1dc2f33574dfa12a57f181462d35be63ca83e3" diff --git a/pyproject.toml b/pyproject.toml index 96fa623..37835c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "jsonschema >=4.26.0,<5.0.0", "openapi-schema-validator >=0.9.0,<0.10.0", - "jsonschema-path >=0.4.3,<0.5.0", + "jsonschema-path >=0.5.0,<0.6.0", "lazy-object-proxy >=1.7.1,<2.0", "pydantic-settings (>=2.0.0,<3.0.0)", "pydantic (>=2.0.0,<3.0.0)",