Skip to content

Commit bf06342

Browse files
Update pytest-asyncio requirement from >=0.21.0 to >=1.4.0 (#16)
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.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fa34d6 commit bf06342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Testing framework
44
pytest>=9.1.1
55
pytest-cov>=4.0.0
6-
pytest-asyncio>=0.21.0
6+
pytest-asyncio>=1.4.0
77

88
# Code quality
99
pylint>=2.15.0

0 commit comments

Comments
 (0)