Skip to content

Commit e99b2c7

Browse files
chore(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.21.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99a41a7 commit e99b2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/shared/test-suite/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Testing framework
44
pytest>=7.4.0
5-
pytest-asyncio>=0.21.0
5+
pytest-asyncio>=1.3.0
66
pytest-timeout>=2.1.0
77

88
# HTTP client for testing

0 commit comments

Comments
 (0)