Skip to content

Commit 26befeb

Browse files
Update pytest-asyncio requirement from <0.22 to <0.24
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...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d608236 commit 26befeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sqlalchemy<2.0
4343

4444
# SEE https://github.com/pytest-dev/pytest-asyncio/issues/706
4545
# Many tests fail with `RuntimeError: There is no current event loop in thread 'MainThread'`
46-
pytest-asyncio<0.22
46+
pytest-asyncio<0.24
4747

4848
#
4949
# Bugs

0 commit comments

Comments
 (0)