From 8f3269ec50601829d1dae8013f39d0ad150a2948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:46:55 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.25.0 to 0.25.1 (#164) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7e7bfdf..1b91b50 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,5 +2,5 @@ black==24.10.0 flake8==7.1.1 mypy==1.14.1 pylint==3.3.3 -pytest-asyncio==0.25.0 +pytest-asyncio==0.25.1 pytest==8.3.4