diff --git a/requirements-lock.txt b/requirements-lock.txt index 28235636..f6227eb0 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -8,10 +8,10 @@ click==6.7 contextlib2==0.5.5 debtcollector==1.19.0 defusedxml==0.5.0 -eventlet==0.22.1 +eventlet==0.23.0 falcon==1.4.1 fasteners==0.14.1 -futurist==1.6.0 +futurist==1.7.0 greenlet==0.4.13 idna==2.6 iso8601==0.1.11 @@ -22,27 +22,27 @@ keystonemiddleware==4.9.1 kombu==4.1.0 Mako==1.0.7 MarkupSafe==1.0 -monotonic==1.4 +monotonic==1.5 msgpack==0.5.6 netaddr==0.7.19 -netifaces==0.10.6 +netifaces==0.10.7 oauthlib==2.0.7 oslo.concurrency==3.27.0 oslo.config==3.16.0 oslo.context==2.20.0 oslo.i18n==3.20.0 -oslo.log==3.38.0 +oslo.log==3.38.1 oslo.messaging==6.2.0 oslo.middleware==3.35.0 oslo.policy==1.22.1 oslo.serialization==2.25.0 oslo.service==1.31.1 -oslo.utils==3.36.0 +oslo.utils==3.36.1 oslo.versionedobjects==1.23.0 Paste==2.0.3 PasteDeploy==1.5.2 pbr==4.0.2 -pip==10.0.0 +pip==10.0.1 positional==1.2.1 prettytable==0.7.2 psycopg2==2.7.3.1 @@ -50,12 +50,11 @@ PTable==0.9.2 pycadf==2.7.0 pycrypto==2.6.1 pyghmi==1.0.18 -pyinotify==0.9.6 pymongo==3.6.1 pyparsing==2.2.0 -python-dateutil==2.7.2 +python-dateutil==2.7.3 python-editor==1.0.3 -python-keystoneclient==3.15.0 +python-keystoneclient==3.16.0 python-mimeparse==1.6.0 pytz==2018.4 PyYAML==3.12 @@ -63,12 +62,12 @@ repoze.lru==0.7 requests==2.18.4 rfc3986==1.1.0 Routes==2.4.1 -setuptools==39.0.1 +setuptools==39.1.0 six==1.11.0 SQLAlchemy==1.1.14 statsd==3.2.2 stevedore==1.28.0 -tenacity==4.10.0 +tenacity==4.12.0 ulid2==0.1.1 urllib3==1.22 uWSGI==2.0.15 diff --git a/tox.ini b/tox.ini index f1a069f2..35f63859 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps= -rrequirements-direct.txt commands= rm requirements-lock.txt - sh -c "pip freeze --all | grep -v 'drydock-provisioner' > requirements-lock.txt" + sh -c "pip freeze --all | grep -v 'drydock-provisioner|pyinotify|pkg-resources==0.0.0' > requirements-lock.txt" [testenv:yapf] whitelist_externals=find