Skip to content

Commit 315f069

Browse files
Update pytest-asyncio requirement from <0.26,>=0.21 to >=0.21,<0.27
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.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd144d2 commit 315f069

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
@@ -43,7 +43,7 @@ dynamic = ["version"]
4343
lint = ["ruff"]
4444
test = [
4545
"pytest>=7,<9",
46-
"pytest-asyncio>=0.21,<0.26",
46+
"pytest-asyncio>=0.21,<0.27",
4747
"pytest-cov",
4848
]
4949
typing = [

0 commit comments

Comments
 (0)