From c52971769aa2da6eb6f517982d7ccb1f442cbef0 Mon Sep 17 00:00:00 2001 From: Alex Ted Date: Thu, 9 Jan 2025 15:55:11 +0300 Subject: [PATCH] feat(build): pytest-asyncio has been updated --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e58ae04..af5dbc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ prometheus-client = ">= 0.8.0, < 1.0.0" ruff = "*" mypy = "^1.9.0" pytest = "^8.1.1" -pytest-asyncio = ">=0.23.5.post1" +pytest-asyncio = ">=0.25.2" pytest-cov = "^4.1.0" rope = "^1.12.0" devtools = "^0.10.0"