Skip to content

Commit dc57891

Browse files
Update pytest-asyncio requirement from ==0.* to ==1.*
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.1.1...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 453331a commit dc57891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==8.*
22
coverage==7.*
3-
pytest-asyncio==0.*
3+
pytest-asyncio==1.*

0 commit comments

Comments
 (0)