From a968e5d09f61771b6406c5651ee4cc2a2f1c6b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 06:15:50 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.12.0 to 0.18.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.12.0 to 0.18.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.12.0...v0.18.2) --- 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..1381a6f1fa2 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.2 # 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