From 090619151e0f61fee496073b5f2534a94305c136 Mon Sep 17 00:00:00 2001 From: Curtis Castrapel Date: Fri, 29 Jun 2018 14:03:45 -0700 Subject: [PATCH] updates --- requirements-docs.txt | 18 +++++++++--------- requirements-tests.txt | 12 ++++++------ requirements.txt | 15 +++++++-------- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index eee0ee35..146ddf25 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -7,16 +7,16 @@ acme==0.25.1 alabaster==0.7.11 # via sphinx alembic-autogenerate-enums==0.0.2 -alembic==0.9.9 -aniso8601==3.0.0 +alembic==0.9.10 +aniso8601==3.0.2 arrow==0.12.1 asn1crypto==0.24.0 asyncpool==1.0 babel==2.6.0 # via sphinx bcrypt==3.1.4 blinker==1.4 -boto3==1.7.39 -botocore==1.10.37 +boto3==1.7.48 +botocore==1.10.48 certifi==2018.4.16 cffi==1.11.5 click==6.7 @@ -55,9 +55,9 @@ ndg-httpsclient==0.5.0 packaging==17.1 # via sphinx paramiko==2.4.1 pbr==4.0.4 -pem==17.1.0 -psycopg2==2.7.4 -pyasn1-modules==0.2.1 +pem==18.1.0 +psycopg2==2.7.5 +pyasn1-modules==0.2.2 pyasn1==0.4.3 pycparser==2.18 pygments==2.2.0 # via sphinx @@ -68,7 +68,7 @@ pyparsing==2.2.0 # via packaging pyrfc3339==1.1 python-dateutil==2.7.3 python-editor==1.0.3 -pytz==2018.4 +pytz==2018.5 pyyaml==3.12 raven[flask]==6.9.0 requests-toolbelt==0.8.0 @@ -82,7 +82,7 @@ sphinx==1.7.5 sphinxcontrib-httpdomain==1.6.1 sphinxcontrib-websupport==1.1.0 # via sphinx sqlalchemy-utils==0.33.3 -sqlalchemy==1.2.8 +sqlalchemy==1.2.9 tabulate==0.8.2 werkzeug==0.14.1 xmltodict==0.11.0 diff --git a/requirements-tests.txt b/requirements-tests.txt index 4e19f638..1da5269f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -8,9 +8,9 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.1.5 # via pytest attrs==18.1.0 # via pytest aws-xray-sdk==0.95 # via moto -boto3==1.7.41 # via moto +boto3==1.7.48 # via moto boto==2.48.0 # via moto -botocore==1.10.41 # via boto3, moto, s3transfer +botocore==1.10.48 # via boto3, moto, s3transfer certifi==2018.4.16 # via requests cffi==1.11.5 # via cryptography chardet==3.0.4 # via requests @@ -19,7 +19,7 @@ cookies==2.2.1 # via moto, responses coverage==4.5.1 cryptography==2.2.2 # via moto docker-pycreds==0.3.0 # via docker -docker==3.4.0 # via moto +docker==3.4.1 # via moto docutils==0.14 # via botocore factory-boy==2.11.1 faker==0.8.16 @@ -38,15 +38,15 @@ moto==1.3.3 nose==1.3.7 pbr==4.0.4 # via mock pluggy==0.6.0 # via pytest -py==1.5.3 # via pytest +py==1.5.4 # via pytest pyaml==17.12.1 # via moto pycparser==2.18 # via cffi pyflakes==2.0.0 pytest-flask==0.10.0 pytest-mock==1.10.0 -pytest==3.6.1 +pytest==3.6.2 python-dateutil==2.6.1 # via botocore, faker, freezegun, moto -pytz==2018.4 # via moto +pytz==2018.5 # via moto pyyaml==3.12 # via pyaml requests-mock==1.5.0 requests==2.19.1 # via aws-xray-sdk, docker, moto, requests-mock, responses diff --git a/requirements.txt b/requirements.txt index 46839bda..dd6ce10f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,15 +6,15 @@ # acme==0.25.1 alembic-autogenerate-enums==0.0.2 -alembic==0.9.9 # via flask-migrate +alembic==0.9.10 # via flask-migrate aniso8601==3.0.2 # via flask-restful arrow==0.12.1 asn1crypto==0.24.0 # via cryptography asyncpool==1.0 bcrypt==3.1.4 # via flask-bcrypt, paramiko blinker==1.4 # via flask-mail, flask-principal, raven -boto3==1.7.41 -botocore==1.10.41 # via boto3, s3transfer +boto3==1.7.48 +botocore==1.10.48 # via boto3, s3transfer certifi==2018.4.16 cffi==1.11.5 # via bcrypt, cryptography, pynacl click==6.7 # via flask @@ -51,9 +51,9 @@ mock==2.0.0 # via acme ndg-httpsclient==0.5.0 paramiko==2.4.1 pbr==4.0.4 # via mock -pem==17.1.0 +pem==18.1.0 psycopg2==2.7.5 -pyasn1-modules==0.2.1 # via python-ldap +pyasn1-modules==0.2.2 # via python-ldap pyasn1==0.4.3 # via ndg-httpsclient, paramiko, pyasn1-modules, python-ldap, requests pycparser==2.18 # via cffi pyjwt==1.6.4 @@ -63,7 +63,7 @@ pyrfc3339==1.1 # via acme python-dateutil==2.7.3 # via alembic, arrow, botocore python-editor==1.0.3 # via alembic python-ldap==3.1.0 -pytz==2018.4 # via acme, flask-restful, pyrfc3339 +pytz==2018.5 # via acme, flask-restful, pyrfc3339 pyyaml==3.12 # via cloudflare raven[flask]==6.9.0 requests-toolbelt==0.8.0 # via acme @@ -72,8 +72,7 @@ retrying==1.3.3 s3transfer==0.1.13 # via boto3 six==1.11.0 sqlalchemy-utils==0.33.3 -sqlalchemy==1.2.8 # via alembic, flask-sqlalchemy, marshmallow-sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.9 # via alembic, flask-sqlalchemy, marshmallow-sqlalchemy, sqlalchemy-utils tabulate==0.8.2 -tld==0.9 werkzeug==0.14.1 # via flask xmltodict==0.11.0