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