From dc67f90416a44ddada1ba52f95dfa9abbe67f4e3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Jul 2023 15:15:28 +0200 Subject: [PATCH] Update pytest-asyncio from 0.14.0 to 0.21.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d9ed7d01..4d1c1fac 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ flake8-formatter-abspath = "==1.0.1" flake8-isort = "==6.0.0" isort = "==5.12.0" pytest = "==7.4.0" -pytest-asyncio = "==0.14.0" +pytest-asyncio = "==0.21.1" pytest-cov = "==4.1.0" pytest-xdist = "==2.2.1" moto = {extras = ["server", "s3", "sqs", "lambda", "dynamodb", "cloudformation", "sns", "batch", "ec2", "rds"],version = "~=4.0.0"}