Skip to content

Commit 8c5e2d0

Browse files
Update pytest-asyncio requirement from >=1.0.0 to >=1.3.0 (#215)
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@v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 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 c581c8e commit 8c5e2d0

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
@@ -63,7 +63,7 @@ formatting = [
6363
]
6464
tests = [
6565
"pytest>=8.3.5",
66-
"pytest-asyncio>=1.0.0",
66+
"pytest-asyncio>=1.3.0",
6767
"pytest-cov>=6.1.1",
6868
]
6969
changelog = [

0 commit comments

Comments
 (0)