Skip to content

Commit e5bd2a4

Browse files
Bump strawberry-graphql from 0.237.3 to 0.239.0 in /07_uns_graphql (#1136)
1 parent 86d87cc commit e5bd2a4

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

07_uns_graphql/poetry.lock

Lines changed: 4 additions & 5 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.237", extras = ["fastapi", "cli"] }
29+
strawberry-graphql = { version = "^0.239", 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.237", extras = ["debug-server"] }
42+
strawberry-graphql = { version = "^0.239", extras = ["debug-server"] }
4343
pytest = "^8.2.1"
4444
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
4545
pytest-asyncio = "^0.24.0"

0 commit comments

Comments
 (0)