Skip to content

Commit 967eca9

Browse files
Bump strawberry-graphql from 0.239.2 to 0.240.4 in /07_uns_graphql (#1178)
1 parent fc04a5c commit 967eca9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

07_uns_graphql/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

07_uns_graphql/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [{ include = "uns_graphql", from = "src" }]
2626
python = "^3.12"
2727
logger = "^1.4"
2828
dynaconf = "^3.2.4"
29-
strawberry-graphql = { version = "^0.239", extras = ["fastapi", "cli"] }
29+
strawberry-graphql = { version = "^0.240", extras = ["fastapi", "cli"] }
3030
aiohttp = "^3.10"
3131
uvicorn = { version = "^0.30", extras = ["standard"] }
3232

@@ -39,7 +39,7 @@ asyncpg = "^0.29"
3939
uns-mqtt = { path = "../02_mqtt-cluster", develop = true }
4040

4141
[tool.poetry.group.test.dependencies]
42-
strawberry-graphql = { version = "^0.239", extras = ["debug-server"] }
42+
strawberry-graphql = { version = "^0.240", extras = ["debug-server"] }
4343
pytest = "^8.3.3"
4444
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
4545
pytest-asyncio = "^0.24.0"

0 commit comments

Comments
 (0)