From 0fdc4c009ab6775f490a8fffc34c8c1a85cac705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:00:58 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.14.0 to 0.20.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.20.2. - [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.14.0...v0.20.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d87d6aa..24e9567 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ dev = test = pyquery==1.4.1 pytest==6.0.2 - pytest-asyncio==0.14.0 + pytest-asyncio==0.20.2 prod = gunicorn==20.0.4 uvloop==0.14.0