diff options
author | Wolfgang Müller | 2024-07-12 17:27:21 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-07-12 17:27:21 +0200 |
commit | d501677ed6dc5765cb4e40096b9b198a46049b26 (patch) | |
tree | e067448faca5b2c9e7ea8065111bbcb9f20fd092 /pyproject.toml | |
parent | 7125283e3d3bc0f7c8da4dbdc846dfb333a388ef (diff) | |
download | hircine-d501677ed6dc5765cb4e40096b9b198a46049b26.tar.gz |
build/deps: Update strawberry-graphql to 0.235.2
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 2c28aa0..1197221 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.227.3" +strawberry-graphql = "^0.235.2" starlette = "^0.37.0" uvicorn = {extras = ["standard"], version = "^0.30.1"} pillow = "^10.1.0" |