From c72d2023175887fcf3fcd4d1bdaf30e0ffb1f4ff Mon Sep 17 00:00:00 2001 From: Nhieuvu1802 <87355872+Nhieuvu1802@users.noreply.github.com> Date: Sat, 13 Aug 2022 06:56:51 +0700 Subject: [PATCH] build(deps): Bump pytest-asyncio in /testing/plugins_integration (#10212) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testing/plugins_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index b221b8f67..0853db629 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,6 +1,6 @@ anyio[curio,trio]==3.6.1 django==4.1 -pytest-asyncio==0.18.3 +pytest-asyncio==0.19.0 pytest-bdd==6.0.1 pytest-cov==3.0.0 pytest-django==4.5.2