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 6108f7c..cdfe808 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1361,13 +1361,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.248.1" +version = "0.252.0" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.248.1-py3-none-any.whl", hash = "sha256:04e0b966ff7972e668095824358766496d432fa61b38833bcb8d1b3115d88753"}, - {file = "strawberry_graphql-0.248.1.tar.gz", hash = "sha256:d05870ada9f0ff3d536813834e7deb14f3b93a97f551d88be887c301b0c000ab"}, + {file = "strawberry_graphql-0.252.0-py3-none-any.whl", hash = "sha256:0703da4ccc5261a92e19ed13e2e8c81da06361296b35e26a5363e6edbbc0344e"}, + {file = "strawberry_graphql-0.252.0.tar.gz", hash = "sha256:b5275b34f99e2adc1474abe1c13681cacc89cff56d02994572f3f0667c1c6106"}, ] [package.dependencies] @@ -1684,4 +1684,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f8bc11cee9e10f6c14a5446d03c7fc5427cff64f094d216540d62c625bb61ca6" +content-hash = "cf27a6f66d1428f3a023521c619f4847b4022199e8f63543f0ecc53cbc3b017f" 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" |