summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 1b2d90f..2597276 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1469,14 +1469,14 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart
[[package]]
name = "strawberry-graphql"
-version = "0.262.6"
+version = "0.265.1"
description = "A library for creating GraphQL APIs"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
- {file = "strawberry_graphql-0.262.6-py3-none-any.whl", hash = "sha256:f0095cc86f41f24d0b4fbe5f3556f56c304ac5585867ea2af12210ed9a4d3ffd"},
- {file = "strawberry_graphql-0.262.6.tar.gz", hash = "sha256:ed9c91511142581c2a1e6a398cabf9c1cc6727c67e8a80aaedeacba2a2f27955"},
+ {file = "strawberry_graphql-0.265.1-py3-none-any.whl", hash = "sha256:77db77ee45fed5dd2ff3a54193dba54305488ea08376056ec2a4ede96a5539d6"},
+ {file = "strawberry_graphql-0.265.1.tar.gz", hash = "sha256:9b4665c7dd837132bd259ba39d8e6f4061902cdadef125f8894053e14604368f"},
]
[package.dependencies]
@@ -1790,4 +1790,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
-content-hash = "10a25a2400d000b70052cbc79c523d3c5a198edeed4f0eb01c00f215a5656ec2"
+content-hash = "8a81203f14aea8ea54c47f3b673de7bc1b50a8230cb5fe3a94130e106c647408"
diff --git a/pyproject.toml b/pyproject.toml
index 2a7e7c2..2cc1c4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra
[tool.poetry.dependencies]
python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
-strawberry-graphql = "^0.262.5"
+strawberry-graphql = "^0.265.1"
starlette = "^0.46.0"
uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"