From 66bfa8e25cf2a700a93461ff46cd8d4b4239ff34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 19:34:39 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.14.0 to 0.15.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.15.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.14.0...v0.15.1) Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ce37a5c..d97fcf6 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.15.1 prod = gunicorn==20.0.4 uvloop==0.14.0