From 20675a9f51f47e3c04f5d96212368370c5e43c62 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Jul 2023 15:15:09 +0200 Subject: [PATCH] Update pytest from 6.2.4 to 7.4.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2da58936..65e396ee 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ flake8-black = "==0.3.6" flake8-formatter-abspath = "==1.0.1" flake8-isort = "==6.0.0" isort = "==5.12.0" -pytest = "==6.2.4" +pytest = "==7.4.0" pytest-asyncio = "==0.14.0" pytest-cov = "==4.1.0" pytest-xdist = "==2.2.1"