Skip to content

Commit c896a21

Browse files
committed
Bump jsonschema to 4.23
1 parent b17ed95 commit c896a21

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

stubs/jsonschema/METADATA.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
version = "4.22.*"
1+
version = "4.23.*"
22
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
33
requires = ["referencing"]
44
partial_stub = true
55

66
[tool.stubtest]
77
ignore_missing_stub = true
8-
extras = ["format"]
9-
# see https://github.com/python/typeshed/issues/12107 for the reason for the pin
10-
stubtest_requirements = ["webcolors<24.6.0"]
8+
extras = ["format-nongpl"]

stubs/jsonschema/jsonschema/_format.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def is_time(instance: object) -> bool: ...
3939
def is_regex(instance: object) -> bool: ...
4040
def is_date(instance: object) -> bool: ...
4141
def is_draft3_time(instance: object) -> bool: ...
42-
def is_css_color_code(instance: object) -> bool: ...
4342
def is_css21_color(instance: object) -> bool: ...
4443
def is_json_pointer(instance: object) -> bool: ...
4544
def is_relative_json_pointer(instance: object) -> bool: ...

0 commit comments

Comments
 (0)