From 46c35dce23da576e6c84fa684b192bcab63c34a8 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 11 Jul 2024 00:07:38 +0300 Subject: [PATCH] Bump jsonschema to 4.23 --- stubs/jsonschema/METADATA.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index a523ab6cbf4f..d04105f4418d 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -1,10 +1,8 @@ -version = "4.22.*" +version = "4.23.*" upstream_repository = "https://github.com/python-jsonschema/jsonschema" requires = ["referencing"] partial_stub = true [tool.stubtest] ignore_missing_stub = true -extras = ["format"] -# see https://github.com/python/typeshed/issues/12107 for the reason for the pin -stubtest_requirements = ["webcolors<24.6.0"] +extras = ["format-nongpl"]