From bb375485167ada0d77baed7e2285ff90fd41cd6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 10:25:15 +0200 Subject: [PATCH] [stubsabot] Bump jsonschema to 4.25.* (#14430) --- stubs/jsonschema/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index b84b663ac..ce592e227 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.24.*" +version = "4.25.*" upstream_repository = "https://github.com/python-jsonschema/jsonschema" requires = ["referencing"]