From e0dcc4286f9c4172d445c20745766d7f5d4269a9 Mon Sep 17 00:00:00 2001 From: Ross Spencer Date: Thu, 26 Dec 2019 07:14:12 -0600 Subject: [PATCH] Update pip-tools in local.in This updates pip-tools in dev.in and sees pip-compile run for the Storage Service's requirements folder. --- requirements/base.txt | 10 +++---- requirements/local.in | 2 +- requirements/local.txt | 14 +++++----- requirements/production.txt | 10 +++---- requirements/test.txt | 55 +++++++++++++++++++++++++++---------- 5 files changed, 59 insertions(+), 32 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 803248c86..3f995b50f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ bagit==1.7.0 boto3==1.9.174 botocore==1.12.253 brotli==0.5.2 -certifi==2019.9.11 # via requests +certifi==2019.11.28 # via requests cffi==1.13.2 # via cryptography chardet==3.0.4 # via requests cryptography==2.8 # via pyopenssl @@ -30,7 +30,7 @@ futures==3.2.0 gevent==1.3.6 greenlet==0.4.15 # via gevent gunicorn==19.9.0 -httplib2==0.14.0 # via sword2 +httplib2==0.15.0 # via sword2 idna==2.8 # via requests ipaddress==1.0.23 # via cryptography iso8601==0.1.12 # via keystoneauth1, oslo.utils @@ -52,7 +52,7 @@ os-service-types==1.7.0 # via keystoneauth1 oslo.config==6.12.0 # via python-keystoneclient oslo.i18n==3.25.0 # via oslo.config, oslo.utils, python-keystoneclient oslo.serialization==2.29.2 # via python-keystoneclient -oslo.utils==3.42.0 # via oslo.serialization, python-keystoneclient +oslo.utils==3.42.1 # via oslo.serialization, python-keystoneclient pathlib2==2.3.5 pbr==5.4.4 # via debtcollector, keystoneauth1, os-service-types, oslo.i18n, oslo.serialization, oslo.utils, positional, python-keystoneclient, stevedore positional==1.2.1 # via python-keystoneclient @@ -61,7 +61,7 @@ pyasn1-modules==0.2.7 # via python-ldap pyasn1==0.4.8 # via pyasn1-modules, python-ldap pycparser==2.19 # via cffi pyopenssl==19.1.0 # via ndg-httpsclient -pyparsing==2.4.5 # via oslo.utils +pyparsing==2.4.6 # via oslo.utils python-dateutil==2.8.1 # via botocore, django-tastypie python-gnupg==0.4.0 python-keystoneclient==3.10.0 @@ -69,7 +69,7 @@ python-ldap==3.2.0 python-mimeparse==1.6.0 # via django-tastypie python-swiftclient==3.3.0 pytz==2019.3 # via babel, oslo.serialization, oslo.utils -pyyaml==5.1.2 # via oslo.config, oslo.serialization +pyyaml==5.2 # via oslo.config, oslo.serialization requests-oauthlib==1.2.0 requests==2.21.0 rfc3986==1.3.2 # via oslo.config diff --git a/requirements/local.in b/requirements/local.in index 1b5d64fc5..68eeb484c 100644 --- a/requirements/local.in +++ b/requirements/local.in @@ -12,4 +12,4 @@ psycopg2==2.7.1 # For managing translation strings on Transifex transifex-client==0.12.2 -pip-tools==3.7.0 +pip-tools==4.3.0 diff --git a/requirements/local.txt b/requirements/local.txt index 0ba1f5015..7529e539a 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,7 +10,7 @@ bagit==1.7.0 boto3==1.9.174 botocore==1.12.253 brotli==0.5.2 -certifi==2019.9.11 +certifi==2019.11.28 cffi==1.13.2 chardet==3.0.4 click==7.0 # via pip-tools @@ -32,7 +32,7 @@ futures==3.2.0 gevent==1.3.6 greenlet==0.4.15 gunicorn==19.9.0 -httplib2==0.14.0 +httplib2==0.15.0 idna==2.8 ipaddress==1.0.23 ipython==1.1.0 @@ -57,19 +57,19 @@ os-service-types==1.7.0 oslo.config==6.12.0 oslo.i18n==3.25.0 oslo.serialization==2.29.2 -oslo.utils==3.42.0 +oslo.utils==3.42.1 pathlib2==2.3.5 pbr==5.4.4 -pip-tools==3.7.0 +pip-tools==4.3.0 positional==1.2.1 prometheus-client==0.7.1 psycopg2==2.7.1 pyasn1-modules==0.2.7 pyasn1==0.4.8 pycparser==2.19 -pygments==2.5.1 # via sphinx +pygments==2.5.2 # via sphinx pyopenssl==19.1.0 -pyparsing==2.4.5 +pyparsing==2.4.6 python-dateutil==2.8.1 python-gnupg==0.4.0 python-keystoneclient==3.10.0 @@ -77,7 +77,7 @@ python-ldap==3.2.0 python-mimeparse==1.6.0 python-swiftclient==3.3.0 pytz==2019.3 -pyyaml==5.1.2 +pyyaml==5.2 requests-oauthlib==1.2.0 requests==2.21.0 rfc3986==1.3.2 diff --git a/requirements/production.txt b/requirements/production.txt index 4f8276347..b27f4c680 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -10,7 +10,7 @@ bagit==1.7.0 boto3==1.9.174 botocore==1.12.253 brotli==0.5.2 -certifi==2019.9.11 +certifi==2019.11.28 cffi==1.13.2 chardet==3.0.4 cryptography==2.8 @@ -31,7 +31,7 @@ futures==3.2.0 gevent==1.3.6 greenlet==0.4.15 gunicorn==19.9.0 -httplib2==0.14.0 +httplib2==0.15.0 idna==2.8 ipaddress==1.0.23 iso8601==0.1.12 @@ -53,7 +53,7 @@ os-service-types==1.7.0 oslo.config==6.12.0 oslo.i18n==3.25.0 oslo.serialization==2.29.2 -oslo.utils==3.42.0 +oslo.utils==3.42.1 pathlib2==2.3.5 pbr==5.4.4 positional==1.2.1 @@ -63,7 +63,7 @@ pyasn1-modules==0.2.7 pyasn1==0.4.8 pycparser==2.19 pyopenssl==19.1.0 -pyparsing==2.4.5 +pyparsing==2.4.6 python-dateutil==2.8.1 python-gnupg==0.4.0 python-keystoneclient==3.10.0 @@ -71,7 +71,7 @@ python-ldap==3.2.0 python-mimeparse==1.6.0 python-swiftclient==3.3.0 pytz==2019.3 -pyyaml==5.1.2 +pyyaml==5.2 requests-oauthlib==1.2.0 requests==2.21.0 rfc3986==1.3.2 diff --git a/requirements/test.txt b/requirements/test.txt index f296587a2..1c64fc7ee 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,19 +6,27 @@ # agentarchives==0.4.0 atomicwrites==1.3.0 # via pytest -attrs==19.3.0 # via pytest +attrs==19.3.0 # via jsonschema, pytest +aws-sam-translator==1.19.1 # via cfn-lint +aws-xray-sdk==2.4.3 # via moto babel==2.7.0 backports.shutil-get-terminal-size==1.0.0 # via ipython +backports.ssl-match-hostname==3.7.0.1 # via docker +backports.tempfile==1.0 # via moto +backports.weakref==1.0.post1 # via backports.tempfile bagit==1.7.0 boto3==1.9.174 +boto==2.49.0 # via moto botocore==1.12.253 brotli==0.5.2 -certifi==2019.9.11 +certifi==2019.11.28 cffi==1.13.2 +cfn-lint==0.26.1 # via moto chardet==3.0.4 click==7.0 # via pip-tools configparser==4.0.2 # via importlib-metadata contextlib2==0.6.0.post1 # via importlib-metadata, vcrpy +cookies==2.2.1 # via responses coverage==4.2 cryptography==2.8 debtcollector==1.22.0 @@ -30,31 +38,42 @@ django-prometheus==1.0.15 git+https://github.com/Brown-University-Library/django-shibboleth-remoteuser.git@67d270c65c201606fb86d548493d4b3fd8cc7a76#egg=django-shibboleth-remoteuser django-tastypie==0.13.1 django==1.8.19 +docker==4.1.0 # via moto docutils==0.15.2 +ecdsa==0.14.1 # via python-jose enum34==1.1.6 filelock==3.0.12 # via tox funcsigs==1.0.2 +functools32==3.2.3.post2 # via jsonschema future==0.18.2 futures==3.2.0 gevent==1.3.6 greenlet==0.4.15 gunicorn==19.9.0 -httplib2==0.14.0 +httplib2==0.15.0 idna==2.8 -importlib-metadata==0.23 # via pluggy, tox +importlib-metadata==1.3.0 # via jsonschema, pluggy, tox +importlib-resources==1.0.2 # via cfn-lint ipaddress==1.0.23 -ipdb==0.12.2 +ipdb==0.12.3 ipython-genutils==0.2.0 # via traitlets ipython==5.8.0 # via ipdb iso8601==0.1.12 +jinja2==2.10.3 # via moto jmespath==0.9.4 +jsondiff==1.1.2 # via moto jsonfield==2.0.1 +jsonpatch==1.24 # via cfn-lint +jsonpickle==1.2 # via aws-xray-sdk +jsonpointer==2.0 # via jsonpatch +jsonschema==3.2.0 # via aws-sam-translator, cfn-lint keystoneauth1==3.18.0 logutils==0.3.4.1 git+https://github.com/seatme/django-longer-username.git@seatme#egg=longerusername lxml==3.7.3 +markupsafe==1.1.1 # via jinja2 metsrw==0.3.14 -mock==3.0.5 # via pytest-mock, vcrpy +mock==3.0.5 # via moto, pytest-mock, responses, vcrpy monotonic==1.5 more-itertools==5.0.0 # via pytest, zipp moto==1.3.8 @@ -68,7 +87,7 @@ os-service-types==1.7.0 oslo.config==6.12.0 oslo.i18n==3.25.0 oslo.serialization==2.29.2 -oslo.utils==3.42.0 +oslo.utils==3.42.1 packaging==19.2 # via tox pathlib2==2.3.5 pbr==5.4.4 @@ -84,24 +103,28 @@ py==1.8.0 # via pytest, tox pyasn1-modules==0.2.7 pyasn1==0.4.8 pycparser==2.19 -pygments==2.5.1 # via ipython +pygments==2.5.2 # via ipython pyopenssl==19.1.0 -pyparsing==2.4.5 +pyparsing==2.4.6 +pyrsistent==0.15.6 # via jsonschema pytest-cov==2.4.0 pytest-django==3.7.0 -pytest-mock==1.12.1 +pytest-mock==1.13.0 pytest==3.8.0 python-dateutil==2.8.1 python-gnupg==0.4.0 +python-jose==3.1.0 # via moto python-keystoneclient==3.10.0 python-ldap==3.2.0 python-mimeparse==1.6.0 python-swiftclient==3.3.0 pytz==2019.3 -pyyaml==5.1.2 +pyyaml==5.2 requests-oauthlib==1.2.0 requests==2.21.0 +responses==0.10.9 # via moto rfc3986==1.3.2 +rsa==4.0 # via python-jose s3transfer==0.2.1 scandir==1.10.0 simplegeneric==0.8.1 # via ipython @@ -109,14 +132,18 @@ six==1.13.0 stevedore==1.31.0 sword2==0.2.1 toml==0.10.0 # via tox -tox==3.14.1 +tox==3.14.2 traitlets==4.3.3 # via ipython +typing==3.7.4.1 # via importlib-resources urllib3==1.24.3 -vcrpy==2.1.1 -virtualenv==16.7.8 # via tox +vcrpy==3.0.0 +virtualenv==16.7.9 # via tox wcwidth==0.1.7 # via prompt-toolkit +websocket-client==0.57.0 # via docker +werkzeug==0.16.0 # via moto whitenoise==3.3.0 wrapt==1.11.2 +xmltodict==0.12.0 # via moto zipp==0.6.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: