From 4af68f0621820df05b2889101af62b6dfdeb3b20 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 3 Aug 2020 09:40:14 -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: Iaa2b3e1518614caf8664af017b2a2e1a7c005b07 Signed-off-by: Sean McGinnis --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c0c4599f4..4981f312b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=5.4.1 # Apache-2.0 -decorator>=3.4.0 # BSD +decorator>=4.1.0 # BSD eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT greenlet>=0.4.13 # MIT httplib2>=0.9.1 # MIT @@ -24,10 +24,10 @@ oslo.policy>=1.44.1 # Apache-2.0 oslo.privsep>=1.32.0 # Apache-2.0 oslo.reports>=1.18.0 # Apache-2.0 oslo.rootwrap>=5.8.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +oslo.serialization>=2.25.0 # Apache-2.0 +oslo.service>=2.0.0 # Apache-2.0 oslo.upgradecheck>=0.1.0 # Apache-2.0 -oslo.utils>=3.34.0 # Apache-2.0 +oslo.utils>=3.40.2 # Apache-2.0 oslo.versionedobjects>=1.31.2 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 paramiko>=2.4.0 # LGPLv2.1+ @@ -40,12 +40,12 @@ python-glanceclient>=2.15.0 # Apache-2.0 python-keystoneclient>=3.15.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 -pytz>=2013.6 # MIT -requests>=2.14.2,!=2.20.0 # Apache-2.0 +pytz>=2015.7 # MIT +requests>=2.18.0,!=2.20.0 # Apache-2.0 Routes>=2.3.1 # MIT taskflow>=3.8.0 # Apache-2.0 rtslib-fb>=2.1.65 # Apache-2.0 -six>=1.10.0 # MIT +six>=1.11.0 # MIT SQLAlchemy>=1.3.0 # MIT sqlalchemy-migrate>=0.11.0 # Apache-2.0 stevedore>=1.31.0 # Apache-2.0 @@ -55,9 +55,9 @@ WebOb>=1.7.1 # MIT oslo.i18n>=3.24.0 # Apache-2.0 oslo.vmware>=2.35.0 # Apache-2.0 os-brick>=3.1.0 # Apache-2.0 -os-win>=3.0.0 # Apache-2.0 +os-win>=4.2.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 google-api-python-client>=1.4.2 # Apache-2.0 castellan>=1.3.0 # Apache-2.0 -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.1.4 # BSD/Apache-2.0 cursive>=0.2.1 # Apache-2.0 -- cgit v1.2.1