Skip to content

Commit b39f5d7

Browse files
chore(deps): update pytest-asyncio requirement from <1 to <2
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.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6324de5 commit b39f5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pip install -r requirements/testing.txt
22
aiohttp<4 # used for a WebSocket server mock
33
pytest>=7.0.1,<9
4-
pytest-asyncio<1 # for async
4+
pytest-asyncio<2 # for async
55
pytest-cov>=2,<7
66
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
77
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7

0 commit comments

Comments
 (0)