From ff1dbb5eb4525a5e63fb04daae1297e770688862 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 23 Dec 2021 10:34:07 +0000 Subject: [PATCH] requirements: Bump minimum testtools to 2.5.0 This release removed the use of unittest2 in favour of the stdlib unittest module. unittest2 hasn't been maintained in years and has some quirky behavior differences to stdlib unittest. By bumping to 2.5.0, we avoid anyone having to use this. Change-Id: Ic3b257c799fe1669933c13f9571208740cd1cd1a Signed-off-by: Stephen Finucane --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index c01169ad8b69..f4640c6e52d7 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -149,7 +149,7 @@ tenacity==6.3.1 testrepository==0.0.20 testresources==2.0.0 testscenarios==0.4 -testtools==2.2.0 +testtools==2.5.0 tooz==1.58.0 traceback2==1.4.0 types-paramiko==0.1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 44cb2bacf79d..3f3c1c0cb5e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,7 +19,7 @@ stestr>=2.0.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +testtools>=2.5.0 # MIT bandit>=1.1.0 # Apache-2.0 gabbi>=1.35.0 # Apache-2.0 wsgi-intercept>=1.7.0 # MIT License