diff options
author | Wolfgang Müller | 2024-05-03 20:36:58 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-05-03 20:36:58 +0200 |
commit | fcc9751a63f2dee1bce5a986336d3a9fe938ef4b (patch) | |
tree | f38f6e5bce270c491081b317e5ef0cff7d17200d /pyproject.toml | |
parent | 19f6945ea80348eab959809ea467c592ddbd285f (diff) | |
download | hircine-fcc9751a63f2dee1bce5a986336d3a9fe938ef4b.tar.gz |
build/deps: Update strawberry-graphql to 0.227.3
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |