From d46f727698bf34331813ce9f091857cd1bd79833 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 21 Sep 2023 00:10:11 +0000 Subject: [PATCH] [stubsabot] Bump jsonschema to 4.19.* Release: https://pypi.org/pypi/jsonschema/4.19.1 Homepage: https://github.com/python-jsonschema/jsonschema Repository: https://github.com/python-jsonschema/jsonschema Changelog: https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst Diff: https://github.com/python-jsonschema/jsonschema/compare/v4.17.3...v4.19.1 Stubsabot analysis of the diff between the two releases: - 5 public Python files have been added: `jsonschema/benchmarks/nested_schemas.py`, `jsonschema/benchmarks/subcomponents.py`, `jsonschema/benchmarks/unused_registry.py`, `jsonschema/benchmarks/validator_creation.py`, `noxfile.py`. - 0 files included in typeshed's stubs have been deleted. - 8 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1966. - Total lines of Python code deleted: 1380. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- 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 8586b7fa003c..71a6dd67a40a 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.17.*" +version = "4.19.*" upstream_repository = "https://github.com/python-jsonschema/jsonschema" partial_stub = true