From 05b336b6b6dc91a794e917a3fe1444dee2e926d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:16:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..5727340 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.25.0" pytest-cov = "^3.0.0" [build-system]