From 53a04522c562168545692fdae4e76b3b10e85de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 23:05:24 +0100 Subject: [PATCH] :arrow_up: Bump pytest-asyncio from 0.16.0 to 0.17.0 (#387) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4b6d603b..82ad259d 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ Pillow = "==9.0.0" flake8 = "==4.0.1" tox = "==3.24.5" pytest = "==6.2.5" -pytest-asyncio = "==0.16.0" +pytest-asyncio = "==0.17.0" pytest-cov = "==3.0.0" mypy = "==0.931" twine = "==3.7.1"