From a555d2d84990c96ec36658c00ec84b08f73da8a8 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Wed, 31 Jan 2024 11:39:38 +0100 Subject: [PATCH] Bump to newest version of pytest-asyncio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5ff48df..3bd8e208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" typing_extensions = "*" pytest-xdist = "*" pytest = "*" -pytest-asyncio = "*" +pytest-asyncio = ">=0.23.4" pytest-html = "*" dynaconf = "*" python-keycloak = ">=3.6"