Skip to content

Commit 36849b4

Browse files
Merge branch 'main' into gm/vm-resolve-fix
2 parents 27c59f9 + 6ef36b7 commit 36849b4

4 files changed

Lines changed: 25 additions & 13 deletions

File tree

demo/playground/examples/poetry.lock

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

demo/playground/examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode=false
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
pytest = "^8.3.4"
11-
pytest-asyncio = "^0.25.3"
11+
pytest-asyncio = "^0.26.0"
1212
requests = "^2.32.3"
1313

1414
[build-system]

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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pydevd-pycharm = "^251.17181.23"
8080

8181
# testing
8282
pytest = "^8.3.4"
83-
pytest-asyncio = "^0.25.3"
83+
pytest-asyncio = ">=0.25.3,<0.27.0"
8484
pytest-cov = "^6.0.0"
8585
pytest-ruff = "^0.4.1"
8686
pytest-xdist = "^3.6.1"

0 commit comments

Comments
 (0)