diff options
author | Wolfgang Müller | 2024-07-12 17:25:58 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-07-12 17:25:58 +0200 |
commit | 7125283e3d3bc0f7c8da4dbdc846dfb333a388ef (patch) | |
tree | 14d451855b210c73657cdc2fea4029274f6686f6 /pyproject.toml | |
parent | fdb79264802d774213563ad292b6f419d5bc5945 (diff) | |
download | hircine-7125283e3d3bc0f7c8da4dbdc846dfb333a388ef.tar.gz |
build/deps: Update uvicorn to 0.30.1
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 3f1f301..2c28aa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} strawberry-graphql = "^0.227.3" starlette = "^0.37.0" -uvicorn = {extras = ["standard"], version = "^0.29.0"} +uvicorn = {extras = ["standard"], version = "^0.30.1"} pillow = "^10.1.0" blake3 = "^0.4.1" alembic = "^1.13.1" |