From 274cc3d7f4d9aa15d03bb48f77c3b7d7eabccead Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 3 Aug 2020 10:09:35 -0500 Subject: Fix lower-constraints conflicts Several version specified in our lower-constraints files had conflicting dependencies. This updates a few packages to avoid those conflicts. It also removes the linters that are tracked in the global requirements blocklist since we do not need to enforce lower-constraints for linters. Change-Id: Iae93f0631d77794f093fd330e849d2fd805b238f Signed-off-by: Sean McGinnis --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 674381864e..f33c2b4063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 SQLAlchemy>=1.2.19 # MIT -decorator>=3.4.0 # BSD -eventlet>=0.21.0 # MIT +decorator>=4.1.0 # BSD +eventlet>=0.22.0 # MIT Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=4.20.0 # Apache-2.0 lxml!=3.7.0,>=3.4.1 # BSD @@ -29,13 +29,13 @@ keystoneauth1>=3.16.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT +six>=1.11.0 # MIT stevedore>=1.20.0 # Apache-2.0 websockify>=0.9.0 # LGPLv3 oslo.cache>=1.26.0 # Apache-2.0 oslo.concurrency>=3.29.0 # Apache-2.0 oslo.config>=6.1.0 # Apache-2.0 -oslo.context>=2.21.0 # Apache-2.0 +oslo.context>=2.22.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.reports>=1.18.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.21.1 # Apache-2.0 @@ -52,20 +52,20 @@ rfc3986>=1.1.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 psutil>=3.2.2 # BSD oslo.versionedobjects>=1.35.0 # Apache-2.0 -os-brick>=3.0.1 # Apache-2.0 +os-brick>=3.1.0 # Apache-2.0 os-resource-classes>=0.4.0 # Apache-2.0 os-traits>=2.4.0 # Apache-2.0 os-vif>=1.14.0 # Apache-2.0 -os-win>=3.0.0 # Apache-2.0 +os-win>=4.2.0 # Apache-2.0 castellan>=0.16.0 # Apache-2.0 microversion-parse>=0.2.1 # Apache-2.0 -os-xenapi>=0.3.3 # Apache-2.0 +os-xenapi>=0.3.4 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 cursive>=0.2.1 # Apache-2.0 pypowervm>=1.1.15 # Apache-2.0 retrying>=1.3.3,!=1.3.0 # Apache-2.0 os-service-types>=1.7.0 # Apache-2.0 -taskflow>=2.16.0 # Apache-2.0 +taskflow>=3.8.0 # Apache-2.0 python-dateutil>=2.5.3 # BSD zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License futurist>=1.8.0 # Apache-2.0 -- cgit v1.2.1