diff options
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2af84e9..c0df161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper" [tool.poetry.dependencies] python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} -strawberry-graphql = "^0.219.1" +strawberry-graphql = "^0.220.0" starlette = "^0.37.0" -uvicorn = {extras = ["standard"], version = "^0.27.0.post1"} +uvicorn = {extras = ["standard"], version = "^0.29.0"} pillow = "^10.1.0" blake3 = "^0.4.1" alembic = "^1.13.1" |