Merge pull request #2178 from alphagov/reqs-bumps

bump requirements
This commit is contained in:
Leo Hemsted
2018-10-22 15:50:20 +01:00
committed by GitHub
3 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ celery==3.1.26.post2 # pyup: <4
docopt==0.6.2 docopt==0.6.2
Flask-Bcrypt==0.7.1 Flask-Bcrypt==0.7.1
flask-marshmallow==0.9.0 flask-marshmallow==0.9.0
Flask-Migrate==2.2.1 Flask-Migrate==2.3.0
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
Flask==1.0.2 Flask==1.0.2
click-datetime==0.2 click-datetime==0.2
@@ -15,7 +15,7 @@ gunicorn==19.7.1
iso8601==0.1.12 iso8601==0.1.12
jsonschema==2.6.0 jsonschema==2.6.0
marshmallow-sqlalchemy==0.14.1 marshmallow-sqlalchemy==0.14.1
marshmallow==2.15.6 marshmallow==2.16.0
psycopg2-binary==2.7.5 psycopg2-binary==2.7.5
PyJWT==1.6.4 PyJWT==1.6.4
SQLAlchemy==1.2.12 SQLAlchemy==1.2.12
@@ -23,9 +23,9 @@ SQLAlchemy==1.2.12
notifications-python-client==5.2.0 notifications-python-client==5.2.0
# PaaS # PaaS
awscli==1.15.82 awscli==1.15.82 # pyup: ignore
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
botocore<1.11.0 botocore<1.11.0 # pyup: ignore
git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5 git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5

View File

@@ -8,7 +8,7 @@ celery==3.1.26.post2 # pyup: <4
docopt==0.6.2 docopt==0.6.2
Flask-Bcrypt==0.7.1 Flask-Bcrypt==0.7.1
flask-marshmallow==0.9.0 flask-marshmallow==0.9.0
Flask-Migrate==2.2.1 Flask-Migrate==2.3.0
Flask-SQLAlchemy==2.3.2 Flask-SQLAlchemy==2.3.2
Flask==1.0.2 Flask==1.0.2
click-datetime==0.2 click-datetime==0.2
@@ -17,7 +17,7 @@ gunicorn==19.7.1
iso8601==0.1.12 iso8601==0.1.12
jsonschema==2.6.0 jsonschema==2.6.0
marshmallow-sqlalchemy==0.14.1 marshmallow-sqlalchemy==0.14.1
marshmallow==2.15.6 marshmallow==2.16.0
psycopg2-binary==2.7.5 psycopg2-binary==2.7.5
PyJWT==1.6.4 PyJWT==1.6.4
SQLAlchemy==1.2.12 SQLAlchemy==1.2.12
@@ -25,16 +25,16 @@ SQLAlchemy==1.2.12
notifications-python-client==5.2.0 notifications-python-client==5.2.0
# PaaS # PaaS
awscli==1.15.82 awscli==1.15.82 # pyup: ignore
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
botocore<1.11.0 botocore<1.11.0 # pyup: ignore
git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5 git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3 git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
## The following requirements were added by pip freeze: ## The following requirements were added by pip freeze:
alembic==1.0.0 alembic==1.0.1
amqp==1.4.9 amqp==1.4.9
anyjson==0.3.3 anyjson==0.3.3
bcrypt==3.1.4 bcrypt==3.1.4
@@ -51,7 +51,7 @@ future==0.16.0
greenlet==0.4.15 greenlet==0.4.15
html5lib==1.0.1 html5lib==1.0.1
idna==2.7 idna==2.7
itsdangerous==0.24 ItsDangerous==1.0.0
Jinja2==2.10 Jinja2==2.10
jmespath==0.9.3 jmespath==0.9.3
kombu==3.0.37 kombu==3.0.37
@@ -70,12 +70,12 @@ python-json-logger==0.1.8
pytz==2018.5 pytz==2018.5
PyYAML==3.13 PyYAML==3.13
redis==2.10.6 redis==2.10.6
requests==2.19.1 requests==2.20.0
rsa==3.4.2 rsa==3.4.2
s3transfer==0.1.13 s3transfer==0.1.13
six==1.11.0 six==1.11.0
smartypants==2.0.1 smartypants==2.0.1
statsd==3.2.2 statsd==3.2.2
urllib3==1.23 urllib3==1.24
webencodings==0.5.1 webencodings==0.5.1
Werkzeug==0.14.1 Werkzeug==0.14.1

View File

@@ -1,13 +1,13 @@
-r requirements.txt -r requirements.txt
flake8==3.5.0 flake8==3.5.0
pytest==3.8.0 pytest==3.9.1
moto==1.3.5 moto==1.3.6
pytest-env==0.6.2 pytest-env==0.6.2
pytest-mock==1.10.0 pytest-mock==1.10.0
pytest-cov==2.6.0 pytest-cov==2.6.0
pytest-xdist==1.23.0 pytest-xdist==1.23.2
coveralls==1.5.0 coveralls==1.5.1
freezegun==0.3.10 freezegun==0.3.11
requests-mock==1.5.2 requests-mock==1.5.2
# optional requirements for jsonschema # optional requirements for jsonschema
strict-rfc3339==0.7 strict-rfc3339==0.7