From c416459421df429d20fc60422f9f48ff658ed1ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:21:52 +0000 Subject: [PATCH] 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](https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v0.25.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 8ed905d6b763..8e04ad855929 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -38,7 +38,7 @@ sqlalchemy<2.0 # SEE https://github.com/pytest-dev/pytest-asyncio/issues/706 # Many tests fail with `RuntimeError: There is no current event loop in thread 'MainThread'` -pytest-asyncio<0.24 +pytest-asyncio<0.26 # # Bugs