summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2024-05-03 20:36:58 +0200
committerWolfgang Müller2024-05-03 20:36:58 +0200
commitfcc9751a63f2dee1bce5a986336d3a9fe938ef4b (patch)
treef38f6e5bce270c491081b317e5ef0cff7d17200d
parent19f6945ea80348eab959809ea467c592ddbd285f (diff)
downloadhircine-fcc9751a63f2dee1bce5a986336d3a9fe938ef4b.tar.gz
build/deps: Update strawberry-graphql to 0.227.3
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 9c1c327..bb89efb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1341,13 +1341,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7
[[package]]
name = "strawberry-graphql"
-version = "0.224.2"
+version = "0.227.3"
description = "A library for creating GraphQL APIs"
optional = false
python-versions = "<4.0,>=3.8"
files = [
- {file = "strawberry_graphql-0.224.2-py3-none-any.whl", hash = "sha256:6a38a25b07a6214c0a1791d2f8a96a35c909c200dc012721db2deffab6d4818f"},
- {file = "strawberry_graphql-0.224.2.tar.gz", hash = "sha256:e25ebfd983da0218b0eb8f25f0b2c2d987422e1439469bc29b0fb53c68def122"},
+ {file = "strawberry_graphql-0.227.3-py3-none-any.whl", hash = "sha256:bb56ca206228a275a320d62639e27ec56ab82267eb8e511f2d50b1dc7e1408e7"},
+ {file = "strawberry_graphql-0.227.3.tar.gz", hash = "sha256:30fbd1e105a527d9dfee3f4226cc40b972b8ca9ab7d3a20121b2648a92934083"},
]
[package.dependencies]
@@ -1360,7 +1360,7 @@ aiohttp = ["aiohttp (>=3.7.4.post0,<4.0.0)"]
asgi = ["python-multipart (>=0.0.7)", "starlette (>=0.18.0)"]
chalice = ["chalice (>=1.22,<2.0)"]
channels = ["asgiref (>=3.2,<4.0)", "channels (>=3.0.5)"]
-cli = ["libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "rich (>=12.0.0)", "typer (>=0.7.0)"]
+cli = ["graphlib_backport", "libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "rich (>=12.0.0)", "typer (>=0.7.0)"]
debug = ["libcst (>=0.4.7)", "rich (>=12.0.0)"]
debug-server = ["libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "python-multipart (>=0.0.7)", "rich (>=12.0.0)", "starlette (>=0.18.0)", "typer (>=0.7.0)", "uvicorn (>=0.11.6)"]
django = ["Django (>=3.2)", "asgiref (>=3.2,<4.0)"]
@@ -1653,4 +1653,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
-content-hash = "e5a2d02ac42bea2ddfb06e3e21f116bc249ae049e97ffbc10cbaab62f88e434d"
+content-hash = "2be91b45f61c90d6243955adc3f6a6bbd857a7e92fdb13795696a67df09c72b0"
diff --git a/pyproject.toml b/pyproject.toml
index 68483b9..d1bdbf0 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.224.1"
+strawberry-graphql = "^0.227.3"
starlette = "^0.37.0"
uvicorn = {extras = ["standard"], version = "^0.29.0"}
pillow = "^10.1.0"