From 1c45d27f5c89d7cf8d34c35f49d073d03a292e06 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Thu, 27 Aug 2020 21:01:11 +0100 Subject: [PATCH] tests/requirements: Bump pytest --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 1d0dd3e..9dfd0b9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest>=5,<6 +pytest>=6,<7 pytest-cov>=2,<3 hypothesis>=5,<6 httpretty>=1,<2