Skip to content

Commit

Permalink
Bump strawberry-graphql from 0.239.2 to 0.240.4 in /07_uns_graphql (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent fc04a5c commit 967eca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 07_uns_graphql/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 07_uns_graphql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [{ include = "uns_graphql", from = "src" }]
python = "^3.12"
logger = "^1.4"
dynaconf = "^3.2.4"
strawberry-graphql = { version = "^0.239", extras = ["fastapi", "cli"] }
strawberry-graphql = { version = "^0.240", extras = ["fastapi", "cli"] }
aiohttp = "^3.10"
uvicorn = { version = "^0.30", extras = ["standard"] }

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

[tool.poetry.group.test.dependencies]
strawberry-graphql = { version = "^0.239", extras = ["debug-server"] }
strawberry-graphql = { version = "^0.240", extras = ["debug-server"] }
pytest = "^8.3.3"
pytest-xdist = { version="^3.6.1",extras =["psutil2"]}
pytest-asyncio = "^0.24.0"
Expand Down

0 comments on commit 967eca9

Please sign in to comment.