summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 382a04c..4070837 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.220.0"
+strawberry-graphql = "^0.224.1"
starlette = "^0.37.0"
uvicorn = {extras = ["standard"], version = "^0.29.0"}
pillow = "^10.1.0"