diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1958a02..5481eef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} strawberry-graphql = "^0.235.2" starlette = "^0.37.0" uvicorn = {extras = ["standard"], version = "^0.30.1"} -pillow = "^10.1.0" +pillow = "^11.0.0" blake3 = "^0.4.1" alembic = "^1.13.1" requests = "^2.31.0" |