diff options
author | Wolfgang Müller | 2025-01-19 18:47:25 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-01-19 23:36:36 +0100 |
commit | a73e24e72a2b9af67855cc35c66cb37db7aa533f (patch) | |
tree | e409adbe7438671d934cf71c9f440ae77eccc35e /pyproject.toml | |
parent | dc18ad173c0ea930fa829cbc1a145035f36267eb (diff) | |
download | hircine-a73e24e72a2b9af67855cc35c66cb37db7aa533f.tar.gz |
build/deps: Update uvicorn to 0.34.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 809754a..451942c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} strawberry-graphql = "^0.258.0" starlette = "^0.45.2" -uvicorn = {extras = ["standard"], version = "^0.32.0"} +uvicorn = {version = "^0.34.0", extras = ["standard"]} pillow = "^11.0.0" blake3 = "^1.0.0" alembic = "^1.13.1" |