From 93c52f0c2cce40541c5570ac187a5a101947253f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:51:30 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20pytest-asyncio=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0...v0.24.0) --- 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 c3cdd642..d7cad5bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" pytest-cov = "^5.0.0" -pytest-asyncio = "^0.23.0" +pytest-asyncio = ">=0.23,<0.25" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0"