From d1da8a85d3e133f056b0c767dce2497c22a0d688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:05:22 +0100 Subject: [PATCH] Update dependency pytest-asyncio to v0.26.0 (#331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index 07b0cf9..ca67a5c 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,6 +1,6 @@ flake8==7.1.2 pytest==8.3.5 - pytest-asyncio==0.25.3 + pytest-asyncio==0.26.0 pytest-cov==6.0.0 python-dotenv==1.0.1 mock==5.2.0