From 69f220a7e4c5d22bb188973d6bee8dc5cc09fc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 13:26:13 +0300 Subject: [PATCH] Bump pytest-asyncio from 0.18.2 to 0.19.0 (#601) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.19.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 a14fc427..5cba9e77 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ reportlab==3.6.11 flake8==5.0.4 pytest==7.1.2 pytest-asyncio==0.16.0;python_version<"3.7" -pytest-asyncio==0.18.2;python_version>="3.7" +pytest-asyncio==0.19.0;python_version>="3.7" pytest-cov==3.0.0 pytest-httpserver==1.0.5 pytest-rerunfailures==10.2