diff options
author | Wolfgang Müller | 2024-11-14 15:46:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 15:46:03 +0100 |
commit | f7b7248972c07957e02c80f8b4445d6358971ac0 (patch) | |
tree | 6612350e78f68c3a2595abba4d6389b7bcf4deb6 /pyproject.toml | |
parent | 49bbc72992ab48e7fc0b89db62e4908adb652571 (diff) | |
download | hircine-f7b7248972c07957e02c80f8b4445d6358971ac0.tar.gz |
build/deps: Update pillow to 11.0.0
Diffstat (limited to 'pyproject.toml')
-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" |