From 67ff035dbbe8fd24a5c35c2aedee3e0a231faaac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:26:24 +0100 Subject: [PATCH] [stubsabot] Bump jsonschema to 4.9.* (#8491) * [stubsabot] Bump jsonschema to 4.9.* * Remove jsonschema._reflect Co-authored-by: stubsabot <> Co-authored-by: Sebastian Rittau --- stubs/jsonschema/METADATA.toml | 2 +- stubs/jsonschema/jsonschema/_reflect.pyi | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 stubs/jsonschema/jsonschema/_reflect.pyi diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index ac8fd0995..ff1476e1c 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -1 +1 @@ -version = "4.7.*" +version = "4.9.*" diff --git a/stubs/jsonschema/jsonschema/_reflect.pyi b/stubs/jsonschema/jsonschema/_reflect.pyi deleted file mode 100644 index a19c6f9d8..000000000 --- a/stubs/jsonschema/jsonschema/_reflect.pyi +++ /dev/null @@ -1,7 +0,0 @@ -class _NoModuleFound(Exception): ... -class InvalidName(ValueError): ... -class ModuleNotFound(InvalidName): ... -class ObjectNotFound(InvalidName): ... - -def reraise(exception, traceback) -> None: ... -def namedAny(name): ...