Skip to content

Commit 6ef36b7

Browse files
chore(deps): Bump pytest-asyncio in /demo/playground/examples (openwallet-foundation#3620)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Curran <swcurran@gmail.com>
1 parent f08c31f commit 6ef36b7

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

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]

0 commit comments

Comments
 (0)