Skip to content

Commit 3c837ee

Browse files
Update pytest-asyncio requirement from >=0.26.0 to >=1.2.0
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.26.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab309c2 commit 3c837ee

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
@@ -28,7 +28,7 @@ dev = [
2828
"pytest>=8.3.5",
2929
"hypothesis>=6.23.3",
3030
"pytest-cov>=4.0.0",
31-
"pytest-asyncio>=0.26.0",
31+
"pytest-asyncio>=1.2.0",
3232
"mypy==1.19.1",
3333
"pytest-parametrization>=2022",
3434

0 commit comments

Comments
 (0)