summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-14 17:10:42 +0100
committerWolfgang Müller2024-11-14 20:45:02 +0100
commitb95712d677c2609ccff0215fcbe07fe897020085 (patch)
treecf2020c9b1c3cadc6f131344e105d0db2ac8eb71 /pyproject.toml
parenta01ef22c3d565630bad165ee3d11bd4b8d004848 (diff)
downloadhircine-b95712d677c2609ccff0215fcbe07fe897020085.tar.gz
build/deps: Update strawberry-graphql to 0.248.1
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 d1e5dce..ec920c2 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.235.2"
+strawberry-graphql = "^0.248.1"
starlette = "^0.41.2"
uvicorn = {extras = ["standard"], version = "^0.32.0"}
pillow = "^11.0.0"