Skip to content

Commit 93b09b2

Browse files
build(deps): update pytest-asyncio requirement from <1,>=0.23.2 to >=0.23.2,<2 (#341)
build(deps): update pytest-asyncio requirement 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.2...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb4b6c3 commit 93b09b2

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
@@ -37,7 +37,7 @@ tests = [
3737
"pytest-cov>=4.1.0",
3838
"pytest-mock",
3939
"pytest-benchmark",
40-
"pytest-asyncio>=0.23.2,<1",
40+
"pytest-asyncio>=0.23.2,<2",
4141
"reflink",
4242
]
4343
dev = [

0 commit comments

Comments
 (0)