From 787ac6f5f78c1e07005483ca50c64b552c1d105d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:23:37 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18f43750..7c9c5401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ mypy = "^1.5.0" bandit = "^1.7" pylint = "^2.0" pycodestyle = "^2.0" -pytest-asyncio = "^0.26.0" +pytest-asyncio = "^1.0.0" pytest-timeout = "^2.2.0" black = "^24.3.0" flake8 = "^6.1.0"