Skip to content

Commit c416459

Browse files
Update pytest-asyncio requirement from <0.24 to <0.26
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.25.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f0c82c commit c416459

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
@@ -38,7 +38,7 @@ sqlalchemy<2.0
3838

3939
# SEE https://github.com/pytest-dev/pytest-asyncio/issues/706
4040
# Many tests fail with `RuntimeError: There is no current event loop in thread 'MainThread'`
41-
pytest-asyncio<0.24
41+
pytest-asyncio<0.26
4242

4343
#
4444
# Bugs

0 commit comments

Comments
 (0)