From 951e8aca4243c5289c0a82eee4fd39baa044443a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:57:20 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ^0.21.0 to >=0.21,<0.24 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.21.0...v0.23.6) --- 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 fa00f22..60f6ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aiohttp = "^3.8.4" [tool.poetry.group.test.dependencies] pytest = ">=7.1.3,<9.0.0" -pytest-asyncio = "^0.21.0" +pytest-asyncio = ">=0.21,<0.24" coverage = "^7.2.7" mock = ">=4.0.3,<6.0.0" hypothesis = "^6.54.5"