Skip to content

Commit 076ba45

Browse files
Update pytest-asyncio requirement from ~0.21 to ~0.23 (#93)
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.21.0...v0.23.1) --- 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 24895cf commit 076ba45

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
@@ -30,7 +30,7 @@ pymitter = ">=0.4,<0.6"
3030

3131
[tool.poetry.dev-dependencies]
3232
pytest = "~7.4"
33-
pytest-asyncio = "~0.21"
33+
pytest-asyncio = "~0.23"
3434
pytest-cov = "~4.1"
3535
pytest-unordered = "~0.5"
3636
pre-commit = "~3.5"

0 commit comments

Comments
 (0)