From bda194e746dfc649c5a681c237fe3a486728d15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:13:49 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.23.4 to 0.23.5 (#298) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd02f42c..333d0847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ test = [ "mypy==1.8.0", "ruff==0.2.1", "pytest==7.4.4", - "pytest-asyncio==0.23.4", + "pytest-asyncio==0.23.5", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0", "pre-commit==3.6.1",