Skip to content

Commit d488d72

Browse files
Update pytest-asyncio requirement from ~0.25 to ~0.26 (#223)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 808672b commit d488d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pympler = "1.1"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "~8.3"
36-
pytest-asyncio = "~0.25"
36+
pytest-asyncio = "~0.26"
3737
pytest-cov = "~6.0"
3838
pytest-unordered = "~0.6"
3939
pre-commit = "~4.2"

0 commit comments

Comments
 (0)