Skip to content

Commit 34234c0

Browse files
authored
Merge pull request #346 from gerlero/dependabot/pip/pytest-asyncio-gte-0.21-and-lt-0.27
Update pytest-asyncio requirement from <0.26,>=0.21 to >=0.21,<0.27
2 parents bd144d2 + 315f069 commit 34234c0

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)