diff options
author | Wolfgang Müller | 2025-06-19 17:31:19 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-06-19 17:31:19 +0200 |
commit | 738b63c4c84ea3812aa60fbf6acdda5ae5c9b436 (patch) | |
tree | bc5b776ec5aee6b0fc6bc751ccc8a577eaa4392d /pyproject.toml | |
parent | adce703abc1c540ed9eca51802f12c798af29d9b (diff) | |
download | hircine-738b63c4c84ea3812aa60fbf6acdda5ae5c9b436.tar.gz |
build/deps: Update starlette to 0.47.0
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 d1a7d80..2f6d67d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} strawberry-graphql = "^0.265.1" -starlette = "^0.46.0" +starlette = "^0.47.0" uvicorn = {version = "^0.34.0", extras = ["standard"]} pillow = "^11.0.0" blake3 = "^1.0.0" |