diff options
author | Wolfgang Müller | 2025-01-19 18:44:55 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-19 23:36:36 +0100 |
commit | 79e3ecea6878550790bc68196bcd6e5e7c995fc3 (patch) | |
tree | f43519f9de8f24b7a01349c8c534e4cb6d50e68f /pyproject.toml | |
parent | 0bb9c1c5a9d2be9ed8e4ed84f27bbd9aa87b2c99 (diff) | |
download | hircine-79e3ecea6878550790bc68196bcd6e5e7c995fc3.tar.gz |
build/deps: Update starlette to 0.45.2
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 c596dc8..5b89e5a 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.252.0" -starlette = "^0.41.2" +starlette = "^0.45.2" uvicorn = {extras = ["standard"], version = "^0.32.0"} pillow = "^11.0.0" blake3 = "^1.0.0" |