diff options
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 2c28aa0..1197221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper" [tool.poetry.dependencies] python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} -strawberry-graphql = "^0.227.3" +strawberry-graphql = "^0.235.2" starlette = "^0.37.0" uvicorn = {extras = ["standard"], version = "^0.30.1"} pillow = "^10.1.0" |