From 335eeea2358a4e1977a08d77a4b20d289edde0a6 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 19 Feb 2019 16:17:33 +0000 Subject: [PATCH] bump requirements pyup ignore pytest until we sort all the fixtures as functions issues --- requirements-app.txt | 8 ++++---- requirements.txt | 18 +++++++++--------- requirements_for_test.txt | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index dafe321a5..ae18aa869 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -1,12 +1,12 @@ # Run `make freeze-requirements` to update requirements.txt # with package version changes made in requirements-app.txt -cffi==1.11.5 +cffi==1.12.1 celery==3.1.26.post2 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1 flask-marshmallow==0.9.0 -Flask-Migrate==2.3.1 +Flask-Migrate==2.4.0 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask==1.0.2 click-datetime==0.2 @@ -15,10 +15,10 @@ gunicorn==19.7.1 iso8601==0.1.12 jsonschema==3.0.0b3 marshmallow-sqlalchemy==0.16.0 -marshmallow==2.18.0 +marshmallow==2.18.1 psycopg2-binary==2.7.7 PyJWT==1.7.1 -SQLAlchemy==1.2.17 +SQLAlchemy==1.2.18 notifications-python-client==5.3.0 diff --git a/requirements.txt b/requirements.txt index cf54ceafd..fba9fc594 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ # Run `make freeze-requirements` to update requirements.txt # with package version changes made in requirements-app.txt -cffi==1.11.5 +cffi==1.12.1 celery==3.1.26.post2 # pyup: <4 docopt==0.6.2 Flask-Bcrypt==0.7.1 flask-marshmallow==0.9.0 -Flask-Migrate==2.3.1 +Flask-Migrate==2.4.0 git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108 Flask==1.0.2 click-datetime==0.2 @@ -17,10 +17,10 @@ gunicorn==19.7.1 iso8601==0.1.12 jsonschema==3.0.0b3 marshmallow-sqlalchemy==0.16.0 -marshmallow==2.18.0 +marshmallow==2.18.1 psycopg2-binary==2.7.7 PyJWT==1.7.1 -SQLAlchemy==1.2.17 +SQLAlchemy==1.2.18 notifications-python-client==5.3.0 @@ -40,12 +40,12 @@ alembic==1.0.7 amqp==1.4.9 anyjson==0.3.3 attrs==18.2.0 -awscli==1.16.98 +awscli==1.16.107 bcrypt==3.1.6 billiard==3.3.0.23 bleach==3.0.2 boto3==1.6.16 -botocore==1.12.88 +botocore==1.12.97 certifi==2018.11.29 chardet==3.0.4 Click==7.0 @@ -67,16 +67,16 @@ phonenumbers==8.10.2 pyasn1==0.4.5 pycparser==2.19 PyPDF2==1.26.0 -pyrsistent==0.14.9 +pyrsistent==0.14.10 python-dateutil==2.8.0 python-editor==1.0.4 python-json-logger==0.1.10 pytz==2018.9 PyYAML==3.12 -redis==3.1.0 +redis==3.2.0 requests==2.21.0 rsa==3.4.2 -s3transfer==0.1.13 +s3transfer==0.2.0 six==1.12.0 smartypants==2.0.1 statsd==3.3.0 diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 9752077ea..fa6a0089d 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -1,12 +1,12 @@ -r requirements.txt -flake8==3.7.5 -pytest==3.10.1 +flake8==3.7.6 moto==1.3.7 +pytest==3.10.1 # pyup: <4 pytest-env==0.6.2 pytest-mock==1.10.1 pytest-cov==2.6.1 pytest-xdist==1.26.1 -coveralls==1.5.1 +coveralls==1.6.0 freezegun==0.3.11 requests-mock==1.5.2 # optional requirements for jsonschema