From 70aa67422631a5d013d270daa7fe08b4366c2b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:19:00 +0100 Subject: [PATCH] Bump `pytest-asyncio` from 0.20.1 to 0.20.2 (#3359) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 35cc97d5f..00c4473a1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pre-commit pytest==7.2.0 -pytest-asyncio==0.20.1 +pytest-asyncio==0.20.2 pytest-timeout==2.1.0 # used to timeout tests pytest-xdist==3.0.2 # xdist runs tests in parallel