diff options
author | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-08-03 10:09:35 -0500 |
---|---|---|
committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-08-03 13:12:48 -0500 |
commit | 274cc3d7f4d9aa15d03bb48f77c3b7d7eabccead (patch) | |
tree | 039a67f973b1f5eeec5ba2532898394eeff791d2 /lower-constraints.txt | |
parent | 8ecc29bfccc64e6036d068f9bcbeb0d8e0748776 (diff) | |
download | nova-274cc3d7f4d9aa15d03bb48f77c3b7d7eabccead.tar.gz |
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 <sean.mcginnis@gmail.com>
Diffstat (limited to 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 8da94c9417..10825b9d12 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,5 +1,5 @@ alembic==0.9.8 -amqp==2.2.2 +amqp==2.5.0 appdirs==1.4.3 asn1crypto==0.24.0 attrs==17.4.0 @@ -17,23 +17,20 @@ cursive==0.2.1 dataclasses==0.7 ddt==1.2.1 debtcollector==1.19.0 -decorator==3.4.0 +decorator==4.1.0 deprecation==2.0 dogpile.cache==0.6.5 -enum34==1.0.4 enum-compat==0.0.2 -eventlet==0.21.0 +eventlet==0.22.0 extras==1.0.0 fasteners==0.14.1 fixtures==3.0.0 -flake8==3.6.0 future==0.16.0 futurist==1.8.0 gabbi==1.35.0 gitdb2==2.0.3 GitPython==2.1.8 greenlet==0.4.10 -hacking==2.0 idna==2.6 iso8601==0.1.11 Jinja2==2.10 @@ -45,12 +42,11 @@ jsonpointer==2.0 jsonschema==3.2.0 keystoneauth1==3.16.0 keystonemiddleware==4.20.0 -kombu==4.1.0 +kombu==4.6.1 linecache2==1.0.0 lxml==3.4.1 Mako==1.0.7 MarkupSafe==1.0 -mccabe==0.6.0 microversion-parse==0.2.1 mock==3.0.0 monotonic==1.4 @@ -60,22 +56,22 @@ munch==2.2.0 mypy==0.761 netaddr==0.7.18 netifaces==0.10.4 -networkx==1.11 +networkx==2.1.0 numpy==1.14.2 openstacksdk==0.35.0 -os-brick==3.0.1 +os-brick==3.1.0 os-client-config==1.29.0 os-resource-classes==0.4.0 os-service-types==1.7.0 os-traits==2.4.0 os-vif==1.14.0 -os-win==3.0.0 -os-xenapi==0.3.3 +os-win==4.2.0 +os-xenapi==0.3.4 osc-lib==1.10.0 oslo.cache==1.26.0 oslo.concurrency==3.29.0 oslo.config==6.1.0 -oslo.context==2.21.0 +oslo.context==2.22.0 oslo.db==4.44.0 oslo.i18n==3.15.3 oslo.log==3.36.0 @@ -110,8 +106,6 @@ pyasn1==0.4.2 pyasn1-modules==0.2.1 pycadf==2.7.0 pycparser==2.18 -pyflakes==2.0.0 -pycodestyle==2.4.0 pyinotify==0.9.6 pyroute2==0.5.4 PyJWT==1.7.0 @@ -126,7 +120,7 @@ python-cinderclient==3.3.0 python-dateutil==2.5.3 python-editor==1.0.3 python-glanceclient==2.8.0 -python-ironicclient==2.7.0 +python-ironicclient==3.0.0 python-keystoneclient==3.15.0 python-mimeparse==1.6.0 python-neutronclient==6.7.0 @@ -141,19 +135,19 @@ retrying==1.3.3 rfc3986==1.1.0 Routes==2.3.1 simplejson==3.13.2 -six==1.10.0 +six==1.11.0 smmap2==2.0.3 sortedcontainers==2.1.0 SQLAlchemy==1.2.19 sqlalchemy-migrate==0.13.0 sqlparse==0.2.4 statsd==3.2.2 -stestr==1.0.0 +stestr==2.0.0 stevedore==1.20.0 suds-jurko==0.6 -taskflow==2.16.0 +taskflow==3.8.0 Tempita==0.5.2 -tenacity==4.9.0 +tenacity==6.0.0 testrepository==0.0.20 testresources==2.0.0 testscenarios==0.4 @@ -164,7 +158,7 @@ unittest2==1.1.0 urllib3==1.22 vine==1.1.4 voluptuous==0.11.1 -warlock==1.2.0 +warlock==1.3.1 WebOb==1.8.2 websockify==0.9.0 wrapt==1.10.11 |