diff options
author | Wolfgang Müller | 2024-11-22 15:42:19 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-22 15:42:19 +0100 |
commit | c00c8345af49eed6c97fb717435ed4f440f128a9 (patch) | |
tree | 701aea3a6fd64f971792d029a48a709c7ef03c19 /pyproject.toml | |
parent | c7e2e1b2ddca2bbe3c0deab58e9b57df0371bd9d (diff) | |
download | hircine-c00c8345af49eed6c97fb717435ed4f440f128a9.tar.gz |
build/deps: Update strawberry-graphql to 0.252.0
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 c92acee..20861dc 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.248.1" +strawberry-graphql = "^0.252.0" starlette = "^0.41.2" uvicorn = {extras = ["standard"], version = "^0.32.0"} pillow = "^11.0.0" |