From 6cdbd9e7a4d0e5bb759fe66c93624dc05ab1fd71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 12:01:44 +0000 Subject: [PATCH] build(deps-dev): 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-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 11293518..f5a39c4f 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] black = "==20.8b1" pytest = "==6.2.3" -pytest-asyncio = "==0.14.0" +pytest-asyncio = "==0.15.1" pytest-cov = "==2.11.1" pytest-mock = "==3.5.1" pytest-timeout = "==1.4.2"