summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-07-12 17:27:21 +0200
committerWolfgang Müller2024-07-12 17:27:21 +0200
commitd501677ed6dc5765cb4e40096b9b198a46049b26 (patch)
treee067448faca5b2c9e7ea8065111bbcb9f20fd092 /pyproject.toml
parent7125283e3d3bc0f7c8da4dbdc846dfb333a388ef (diff)
downloadhircine-d501677ed6dc5765cb4e40096b9b198a46049b26.tar.gz
build/deps: Update strawberry-graphql to 0.235.2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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"