From a977609d22123849b33ac70eacc24050032a2256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 23:29:34 +0000 Subject: [PATCH] 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) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.20.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3690cda..8f98499 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ example = test = tox pytest~=7.1.1 - pytest-asyncio>=0.18.3,<0.20.0 + pytest-asyncio>=0.18.3,<0.21.0 pytest-cov~=3.0.0 pytest-timeout~=2.1.0 black==22.8.0