Skip to content

Commit 9715fa0

Browse files
authored
Merge pull request #6 from Chisanan232/dependabot/pip/pytest-asyncio-gte-0.23.0-and-lt-2
⬆ Update pytest-asyncio requirement from <1,>=0.23.0 to >=0.23.0,<2
2 parents 475c48d + 370bf87 commit 9715fa0

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
@@ -36,7 +36,7 @@ dev = [
3636
"coverage~=7.10",
3737
"pytest-rerunfailures>=14.0,<17",
3838
"aiohttp>=3.12.13",
39-
"pytest-asyncio>=0.23.0,<1",
39+
"pytest-asyncio>=0.23.0,<2",
4040
"python-dotenv>=1.0.1,<2",
4141
]
4242
pre-commit-ci = [

0 commit comments

Comments
 (0)