Skip to content

Commit 6dc2400

Browse files
chore(deps-dev): Update pytest-asyncio requirement
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...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f994c4f commit 6dc2400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev = [
1919
"pyright>=1.1.400",
2020
"pre-commit>=4.0.0",
2121
"pytest-cov>=6.0.0",
22-
"pytest-asyncio>=0.25.0",
22+
"pytest-asyncio>=1.4.0",
2323
"pytest>=8.0.0",
2424
]
2525

0 commit comments

Comments
 (0)