Skip to content

Commit 95a0e17

Browse files
deps: update pytest-asyncio requirement from >=0.23.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.23.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 c9a0e83 commit 95a0e17

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
@@ -36,7 +36,7 @@ telemetry = [
3636
]
3737
dev = [
3838
"pytest>=8.0.0",
39-
"pytest-asyncio>=0.23.0",
39+
"pytest-asyncio>=1.2.0",
4040
"pytest-benchmark>=4.0.0",
4141
"pytest-cov>=5.0.0",
4242
"mypy>=1.8.0",

0 commit comments

Comments
 (0)