summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-05-03 20:36:58 +0200
committerWolfgang Müller2024-05-03 20:36:58 +0200
commitfcc9751a63f2dee1bce5a986336d3a9fe938ef4b (patch)
treef38f6e5bce270c491081b317e5ef0cff7d17200d /pyproject.toml
parent19f6945ea80348eab959809ea467c592ddbd285f (diff)
downloadhircine-fcc9751a63f2dee1bce5a986336d3a9fe938ef4b.tar.gz
build/deps: Update strawberry-graphql to 0.227.3
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 68483b9..d1bdbf0 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.224.1"
+strawberry-graphql = "^0.227.3"
starlette = "^0.37.0"
uvicorn = {extras = ["standard"], version = "^0.29.0"}
pillow = "^10.1.0"