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): ...