From 82d3d6dcfd9cee3ed628b48b71b438b97a2bfba8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:47:39 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..0bdee34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ mypy = "0.910" wemake-python-styleguide = "0.16.1" pytest = "^7.0.1" -pytest-asyncio = "^0.18.1" +pytest-asyncio = "^0.26.0" pytest-cov = "^3.0.0" [build-system]