From fe8711749189ad9a4435d3e612439d8f8ca61954 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Tue, 25 Oct 2022 14:01:43 +0000 Subject: [PATCH] Bump Python requirement pytest to 7.2.0 --- tests-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 86c4bf8a..2769bcdc 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,4 +1,4 @@ -pytest==7.1.3 +pytest==7.2.0 pytest-mock==3.10.0 pytest-responses==0.5.1 requests==2.28.1 -- GitLab