diff options
author | Wolfgang Müller | 2024-11-14 17:10:42 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 20:45:02 +0100 |
commit | b95712d677c2609ccff0215fcbe07fe897020085 (patch) | |
tree | cf2020c9b1c3cadc6f131344e105d0db2ac8eb71 /pyproject.toml | |
parent | a01ef22c3d565630bad165ee3d11bd4b8d004848 (diff) | |
download | hircine-b95712d677c2609ccff0215fcbe07fe897020085.tar.gz |
build/deps: Update strawberry-graphql to 0.248.1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |