mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Bump Pillow to 9.5.* (#10046)
Release: https://pypi.org/pypi/Pillow/9.5.0 Homepage: https://python-pillow.org Changelog: https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst Diff: https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "9.4.*"
|
||||
version = "9.5.*"
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_requirements = ["olefile"]
|
||||
|
||||
@@ -54,6 +54,8 @@ class ImageDraw:
|
||||
fill: _Ink | None = None,
|
||||
outline: _Ink | None = None,
|
||||
width: float = 1,
|
||||
*,
|
||||
corners: tuple[bool, bool, bool, bool] | None = None,
|
||||
) -> None: ...
|
||||
def text(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user