From b8b9db72a25aaa3692aee6365b7183dd1cb909b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:02:33 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.14.0 to 0.19.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.19.0. - [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.19.0) --- 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 2c3fce1..f36e071 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ dev = test = pyquery==1.4.1 pytest==6.0.2 - pytest-asyncio==0.14.0 + pytest-asyncio==0.19.0 prod = gunicorn==20.0.4 uvloop==0.14.0