From 4c93383e36544f2507c02459da261571f5760b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:11:27 +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.1...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 72f5f7a..8669873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pre-commit = ">=2.17,<4.0" pre-commit-hooks = "^4.1.0" pytest = "^7.1.0" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.20.1" +pytest-asyncio = ">=0.20.1,<0.22.0" pytest-mock = "^3.7.0" pylint = "^2.12.2" pyupgrade = "^3.0.0"