From 54a50e554d7249f989856d68910769b1a408eae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:14:49 +0000 Subject: [PATCH] Update pytest-asyncio requirement from 0.23.5 to 0.23.7 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.23.7) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c144e3..b0147236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ coverage = "7.4.3" pytest = "8.0.2" pytest-cov = "4.1.0" pytest-benchmark = "4.0.0" -pytest-asyncio = "0.23.5" +pytest-asyncio = "0.23.7" [tool.poetry.group.docs] optional = true