From 72bcd1616da7c3d57fd90ec02b2fa7a9255dd08b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 11 Oct 2021 22:38:56 +0300 Subject: [PATCH] Bump pytest (and other dependencies) for Python 3.10 Signed-off-by: Hugo van Kemenade --- test-requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 40161bb8..d135792b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ -setuptools==54.1.1 -coverage==4.5.2 -flake8==3.6.0 +setuptools==58.2.0 +coverage==6.0.1 +flake8==4.0.1 mock==1.0.1 -pytest==4.3.1 -pytest-cov==2.6.1 -pytest-timeout==1.3.3 +pytest==6.2.5 +pytest-cov==3.0.0 +pytest-timeout==2.0.1