From c13a992285299a676298648a3bd3e42b75c2759c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 13 Feb 2022 10:31:17 +1100 Subject: [PATCH] upgrade Pytest dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This upgrade brings with it a number of bug fixes for running with Python ≥ 3.8. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ade03ac0..b33e03651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ cmakelang==0.6.13 pylint==2.11.1 -pytest==6.2.4 +pytest==7.0.1 -- 2.40.0