From 1f93f5be800625f3ef9350acaff111c3f441c598 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Wed, 15 Nov 2023 08:13:51 +0000 Subject: [PATCH] Remove jsonschema-specifications version limit --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index a13ed4b..0f99207 100644 --- a/poetry.lock +++ b/poetry.lock @@ -595,18 +595,18 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "jsonschema-specifications" -version = "2023.7.1" +version = "2023.11.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema_specifications-2023.7.1-py3-none-any.whl", hash = "sha256:05adf340b659828a004220a9613be00fa3f223f2b82002e273dee62fd50524b1"}, - {file = "jsonschema_specifications-2023.7.1.tar.gz", hash = "sha256:c91a50404e88a1f6ba40636778e2ee08f6e24c5613fe4c53ac24578a5a7f72bb"}, + {file = "jsonschema_specifications-2023.11.1-py3-none-any.whl", hash = "sha256:f596778ab612b3fd29f72ea0d990393d0540a5aab18bf0407a46632eab540779"}, + {file = "jsonschema_specifications-2023.11.1.tar.gz", hash = "sha256:c9b234904ffe02f079bf91b14d79987faa685fd4b39c377a0996954c0090b9ca"}, ] [package.dependencies] importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""} -referencing = ">=0.28.0" +referencing = ">=0.31.0" [[package]] name = "markupsafe" @@ -1147,13 +1147,13 @@ files = [ [[package]] name = "referencing" -version = "0.29.1" +version = "0.31.0" description = "JSON Referencing + Python" optional = false python-versions = ">=3.8" files = [ - {file = "referencing-0.29.1-py3-none-any.whl", hash = "sha256:d3c8f323ee1480095da44d55917cfb8278d73d6b4d5f677e3e40eb21314ac67f"}, - {file = "referencing-0.29.1.tar.gz", hash = "sha256:90cb53782d550ba28d2166ef3f55731f38397def8832baac5d45235f1995e35e"}, + {file = "referencing-0.31.0-py3-none-any.whl", hash = "sha256:381b11e53dd93babb55696c71cf42aef2d36b8a150c49bf0bc301e36d536c882"}, + {file = "referencing-0.31.0.tar.gz", hash = "sha256:cc28f2c88fbe7b961a7817a0abc034c09a1e36358f82fedb4ffdf29a25398863"}, ] [package.dependencies] @@ -1570,4 +1570,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "5a3431d7c96ebcc4fdf77fbde0e5c3c0059db467f40e2e5367d03b32fefaf23a" +content-hash = "e22d4e2f2da39c1c23591dc609a903388816da634aed402b21a56bd76c31cf11" diff --git a/pyproject.toml b/pyproject.toml index b44755f..6d775d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ include = [ python = "^3.8.0" jsonschema = "^4.19.1" rfc3339-validator = "*" # requred by jsonschema for date-time checker -jsonschema-specifications = "^2023.5.2" +jsonschema-specifications = ">=2023.5.2" [tool.poetry.extras] docs = ["sphinx", "sphinx-immaterial"]