Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6990bb6

Browse files
authored
Bump reportlab to 4.2.4 (#12701)
1 parent 119cd09 commit 6990bb6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

stubs/reportlab/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "4.2.2"
1+
version = "4.2.4"
22
# GitHub mirror of https://hg.reportlab.com/hg-public/reportlab/file
33
upstream_repository = "https://github.com/MrBitBucket/reportlab-mirror"
44

stubs/reportlab/reportlab/graphics/renderPDF.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ class GraphicsFlowable(Flowable):
3434
def __init__(self, drawing) -> None: ...
3535
def draw(self) -> None: ...
3636

37-
def drawToFile(d: Drawing, fn: str | IO[bytes], msg: str = "", showBoundary=..., autoSize: int = 1, canvasKwds={}) -> None: ...
38-
def drawToString(d: Drawing, msg: str = "", showBoundary=..., autoSize: int = 1, canvasKwds={}) -> str: ...
37+
def drawToFile(d: Drawing, fn: str | IO[bytes], msg: str = "", showBoundary=..., autoSize: int = 1, **kwds) -> None: ...
38+
def drawToString(d: Drawing, msg: str = "", showBoundary=..., autoSize: int = 1, **kwds) -> str: ...
3939
def test(outDir: str = "pdfout", shout: bool = False) -> None: ...

0 commit comments

Comments
 (0)