From 9bf62780a6eaa7a731034f51089d8f6ebd6ae337 Mon Sep 17 00:00:00 2001 From: TakWolf Date: Thu, 1 Jun 2023 23:10:25 +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 | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7505e2b..92269f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "fonttools>=4.39.4", "Brotli>=1.0.9", - "bdffont>=0.0.10", + "bdffont>=0.0.11", "Pillow>=9.5.0", "pypng>=0.20220715.0", ] diff --git a/requirements.txt b/requirements.txt index 462b40b..868f113 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fonttools==4.39.4 Brotli==1.0.9 -bdffont==0.0.10 +bdffont==0.0.11 Pillow==9.5.0 pypng==0.20220715.0