From 110e6b340b9b2e027c610e3fe677e78847451139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:08:56 +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.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 671458c..34cf368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ isort = "^5.12.0" mypy = "^1.3.0" flake8 = "^5.0.4" pytest = "^7.3.2" -pytest-asyncio = "^0.21.0" +pytest-asyncio = ">=0.21,<0.24" pytest-mock = "^3.11.1" pytest-cov = "^4.1.0" nox = "^2023.4.22"