From 828bec9d40cf1b5d4a4f3b957f75d18054c56725 Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:33:06 +0200 Subject: [PATCH] bump `pytest-asyncio` dev dependency --- requirements-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.in b/requirements-dev.in index b7bee082..fccbf490 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -5,7 +5,7 @@ moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9 pre-commit~=3.5.0 pytest==8.1.1 pytest-cov==5.0.0 -pytest-asyncio~=0.21.1 +pytest-asyncio~=0.23.8 pytest-xdist==3.5.0 setuptools==67.8.0;python_version>="3.12"