From 92c7e414391a0add3397f3df0bcbdf51f5b78eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:34:08 +0300 Subject: [PATCH] Bump pytest-asyncio from 0.17.1 to 0.17.2 (#323) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4bbb077..1ecf829 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ flake8==4.0.1 pytest==6.2.5 pytest-asyncio==0.16.0;python_version<"3.7" -pytest-asyncio==0.17.1;python_version>="3.7" +pytest-asyncio==0.17.2;python_version>="3.7" pytest-cov==3.0.0 pytest-httpserver==1.0.3 pytest-rerunfailures==10.2