From bd878a702e7b7db1ffddf96988b9c188306abd93 Mon Sep 17 00:00:00 2001 From: TakWolf Date: Sun, 25 Jun 2023 11:34:36 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fee471..cfd13d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ - "fonttools>=4.39.4", + "fonttools>=4.40.0", "Brotli>=1.0.9", "bdffont>=0.0.12", "Pillow>=9.5.0", diff --git a/requirements.txt b/requirements.txt index a40b7de..9bd4a03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -fonttools==4.39.4 +fonttools==4.40.0 Brotli==1.0.9 bdffont==0.0.12 Pillow==9.5.0 pypng==0.20220715.0 -pytest==7.3.1 +pytest==7.4.0