diff --git a/stubs/reportlab/METADATA.toml b/stubs/reportlab/METADATA.toml index a01438bb6bca..76eaaf6e7ca3 100644 --- a/stubs/reportlab/METADATA.toml +++ b/stubs/reportlab/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.5.1" +version = "5.0.0" # GitHub mirror of https://hg.reportlab.com/hg-public/reportlab/file upstream-repository = "https://github.com/MrBitBucket/reportlab-mirror" diff --git a/stubs/reportlab/reportlab/lib/rparsexml.pyi b/stubs/reportlab/reportlab/lib/rparsexml.pyi index 5feac4c061e5..bbfc9002a478 100644 --- a/stubs/reportlab/reportlab/lib/rparsexml.pyi +++ b/stubs/reportlab/reportlab/lib/rparsexml.pyi @@ -2,7 +2,6 @@ from _typeshed import FileDescriptorOrPath, Unused from collections.abc import Iterable from typing import Final, type_check_only -RequirePyRXP: int simpleparse: int @type_check_only