diff --git a/pyproject.toml b/pyproject.toml index 324e098..45140f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] [project.optional-dependencies] full = [ - "Pillow~=9.4", + "Pillow~=10.0", "sqlalchemy>=1.4", "peewee>=3", ]