From f2b165a6de8ab360db417e8fb468379aa894455f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:56:04 +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.21.0...v0.23.1) --- 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 b815334..e9e0c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" -pytest-asyncio = "^0.21.0" +pytest-asyncio = ">=0.21,<0.24" pytest-mock = "^3.11.1" pytest-loguru = "^0.3.0"