From 7c6902678f2f75196cfa08d208620429de0f418c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:08:08 +0000 Subject: [PATCH] chore(deps-dev): update pytest-asyncio requirement 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.20.3...v0.21.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 ed7b9cd..64b09ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pre-commit = ">=2.21,<4.0" pre-commit-hooks = "^4.4.0" pytest = "^7.2.2" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = ">=0.20.3,<0.22.0" pytest-mock = "^3.10.0" vulture = "^2.7" yamllint = "^1.29.0"