diff options
author | Wolfgang Müller | 2024-03-31 13:10:36 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-03-31 13:10:36 +0200 |
commit | e8aadd4cd5677907e275d21024fca2cc26b8e937 (patch) | |
tree | 97c8b63d9c2c0cd4aa62313c6f48ce5dd89c4239 /pyproject.toml | |
parent | dc21179074b794655b2b12eee47392d63abc737b (diff) | |
download | hircine-e8aadd4cd5677907e275d21024fca2cc26b8e937.tar.gz |
build/deps: Update strawberry-graphql to 0.224.1
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 382a04c..4070837 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.220.0" +strawberry-graphql = "^0.224.1" starlette = "^0.37.0" uvicorn = {extras = ["standard"], version = "^0.29.0"} pillow = "^10.1.0" |