diff --git a/lower-constraints.txt b/lower-constraints.txt index 3eec70af143..a2f9d017c4f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -71,7 +71,7 @@ oslo.cache==1.29.0 oslo.concurrency==3.26.0 oslo.config==5.2.0 oslo.context==2.19.2 -oslo.db==4.27.0 +oslo.db==4.35.0 oslo.i18n==3.15.3 oslo.log==3.36.0 oslo.messaging==6.4.0 @@ -146,12 +146,9 @@ stevedore==1.20.0 suds-jurko==0.6 tabulate==0.8.5 taskflow==3.2.0 -tempest==17.1.0 Tempita==0.5.2 tenacity==4.9.0 testrepository==0.0.20 -testresources==2.0.0 -testscenarios==0.4 testtools==2.2.0 tooz==1.58.0 traceback2==1.4.0 diff --git a/requirements.txt b/requirements.txt index ea3bf0d7adb..687f59da222 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ oauth2client!=4.0.0,>=1.5.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 +oslo.db>=4.35.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.messaging>=6.4.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b4b15ee9752..15e31e4018f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,22 +6,21 @@ hacking>=2.0.0 # Apache-2.0 flake8-import-order # LGPLv3 +stestr>=2.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.2.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD -os-api-ref>=1.4.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 pycodestyle==2.5.0 # MIT License PyMySQL>=0.7.6 # MIT License psycopg2>=2.7 # LGPL/ZPL SQLAlchemy-Utils>=0.36.1 # BSD License testtools>=2.2.0 # MIT -testresources>=2.0.0 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 + # bandit is not included in upper-constraints, # so we need to pin it here to a known working version bandit==1.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 +Pygments>=2.2.0 # BSD license