From 61d6e0e303a6cba8f37ce60acd730909ab782548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 06:34:01 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.12.0 to 0.18.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.12.0 to 0.18.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.12.0...v0.18.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index e597185e29b..578529971da 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -7,7 +7,7 @@ pre-commit==2.14.1 pydocstyle==6.1.1 pylint==2.10.2 pytest-aiohttp==0.3.0 -pytest-asyncio==0.12.0 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https://github.com/aio-libs/pytest-aiohttp/issues/16) +pytest-asyncio==0.18.1 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https://github.com/aio-libs/pytest-aiohttp/issues/16) pytest-cov==2.12.1 pytest-timeout==1.4.2 pytest==6.2.4