Skip to content

Commit 930b76d

Browse files
build(deps): update pytest-asyncio requirement (#65)
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.21.0...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 95b2c7d commit 930b76d

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
@@ -45,7 +45,7 @@ all = [
4545
tests = [
4646
"morefs[all]",
4747
"pytest>=7,<9",
48-
"pytest-asyncio>=0.21.0,<1",
48+
"pytest-asyncio>=0.21.0,<2",
4949
"pytest-cov>=4.1.0",
5050
"pytest-mock",
5151
"pytest-sugar"

0 commit comments

Comments
 (0)