diff options
Diffstat (limited to '')
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 073cbf2..3585b78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1352,13 +1352,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.227.7" +version = "0.235.2" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.227.7-py3-none-any.whl", hash = "sha256:b89b53ff9a6902ebb9364ab1012e87738d8468cb756c312a2a42610b7799afa6"}, - {file = "strawberry_graphql-0.227.7.tar.gz", hash = "sha256:be68f999fb9bd0a3ef2ae01f4b898bbe98a7ab6af99e8fa7c7f88a1ad1978bce"}, + {file = "strawberry_graphql-0.235.2-py3-none-any.whl", hash = "sha256:2e438d6b55c9c42a661f6ea9e06f07b77856f9d2bd1c6a6da6d3bcf6fa6864b0"}, + {file = "strawberry_graphql-0.235.2.tar.gz", hash = "sha256:5b8abc8ea970eac0ee924edea9b4792defc298231e373467558853b8ff22b27c"}, ] [package.dependencies] @@ -1664,4 +1664,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "405ea1d6a067590e18215ae890a13a2a8672c130d573a635f60376fa62d80ed7" +content-hash = "ada046d4e6524de7e9fe83ca4eed53f5ca05c0e75058030a58cb300602828b4c" 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" |