From 5f4d3921e7d682f9d6b8b73fa3158dd956a41c0a Mon Sep 17 00:00:00 2001 From: Firas Kafri Date: Wed, 3 May 2023 13:14:09 +0300 Subject: [PATCH] Upgrade pytest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bb4425..96da8ff 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ rest_framework_require = ["djangorestframework>=3.6.3"] tests_require = [ - "pytest>=7.1.3", + "pytest>=7.3.1", "pytest-cov", "pytest-random-order", "coveralls",