Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035863?usp=email )
Change subject: [dep] Update Pillow requirements ......................................................................
[dep] Update Pillow requirements
Do not install Pillow until the issue is solved upstream
Bug: T364840 Change-Id: Ie6f46b031fad04423226d2e924d62f628c1b4b43 --- M requirements.txt M setup.py 2 files changed, 1 insertion(+), 5 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/requirements.txt b/requirements.txt index 072cf75..5da319c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,6 @@
# GUI Pillow >= 8.1.2, != 10.0, != 10.1 ; python_version < '3.13' -Pillow >= 10.4 ; python_version >= '3.13'
# core pagegenerators google >= 1.7 diff --git a/setup.py b/setup.py index b81b241..010e333 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,7 @@ 'wikitextparser': ['wikitextparser>=0.47.0'], 'mysql': ['PyMySQL >= 1.0.0'], # vulnerability found in Pillow<8.1.2 but toolforge uses 5.4.1 - 'Tkinter': [ - 'Pillow>=8.1.2, != 10.0, != 10.1; python_version < "3.13"', - 'Pillow>=10.4; python_version >= "3.13"', - ], + 'Tkinter': ['Pillow>=8.1.2, != 10.0, != 10.1; python_version < "3.13"'], 'mwoauth': ['mwoauth!=0.3.1,>=0.2.4'], 'html': ['beautifulsoup4>=4.7.1'], 'http': ['fake-useragent>=1.4.0'],
pywikibot-commits@lists.wikimedia.org