From f65595de9eab4a8f52b51c854ed5db000c083ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:53:44 +0200 Subject: [PATCH] Bump pytest-asyncio from 0.18.2 to 0.18.3 (#37) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3. - [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.18.3) --- 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> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7fa01a8..93864dc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,7 @@ mypy==0.942 pre-commit==2.17.0 pylint==2.13.2 pylint_strict_informational==0.1 -pytest-asyncio==0.18.2 +pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-error-for-skips==2.0.2 pytest==7.1.1 \ No newline at end of file