From 08257a0ed7df94d50f76fbfe652422e459768c27 Mon Sep 17 00:00:00 2001 From: TakWolf Date: Tue, 11 Jul 2023 23:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfd13d4..2e217b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ classifiers = [ dependencies = [ "fonttools>=4.40.0", "Brotli>=1.0.9", - "bdffont>=0.0.12", - "Pillow>=9.5.0", + "bdffont>=0.0.13", + "Pillow>=10.0.0", "pypng>=0.20220715.0", ] diff --git a/requirements.txt b/requirements.txt index 9bd4a03..9c945b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fonttools==4.40.0 Brotli==1.0.9 -bdffont==0.0.12 -Pillow==9.5.0 +bdffont==0.0.13 +Pillow==10.0.0 pypng==0.20220715.0 pytest==7.4.0