Skip to content

Commit 98cb33d

Browse files
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] <support@github.com>
1 parent c70bbe9 commit 98cb33d

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
@@ -43,7 +43,7 @@ tests = [
4343
"aioresponses>=0.7,<0.8",
4444
"paramiko>=3.4.0,<4",
4545
"pytest>=7,<9",
46-
"pytest-asyncio>=0.23.2,<1",
46+
"pytest-asyncio>=0.23.2,<2",
4747
"pytest-cov>=4.1.0",
4848
"pytest-docker>=1,<4",
4949
"pytest-mock",

0 commit comments

Comments
 (0)