From 6862425215555d27f4a6e9c8e2a7f73b9e136ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 06:05:57 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.18.1 to 0.18.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4b926127..9fd614af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ reportlab==3.6.6 flake8==4.0.1 pytest==7.0.1 pytest-asyncio==0.16.0;python_version<"3.7" -pytest-asyncio==0.18.1;python_version>="3.7" +pytest-asyncio==0.18.2;python_version>="3.7" pytest-cov==3.0.0 pytest-httpserver==1.0.4 pytest-rerunfailures==10.2