From d2080d754f907380169308dd1710b48ab3742444 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 28 Dec 2017 10:46:22 +0000 Subject: [PATCH] update requirements.txt --- requirements.txt | 14 +++++--------- requirements_for_test.txt | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b28fa639..c20f36570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.4.8 +boto3==1.5.6 cffi==1.11.0 # pyup: != 1.11.1, != 1.11.2 # These versions are missing .whl celery==3.1.25 # pyup: <4 docopt==0.6.2 @@ -17,18 +17,14 @@ monotonic==1.4 psycopg2==2.7.3.2 PyJWT==1.5.3 SQLAlchemy-Utils==0.32.21 -SQLAlchemy==1.1.15 -statsd==3.2.1 +SQLAlchemy==1.2.0 -notifications-python-client==4.6.0 +notifications-python-client==4.7.1 # PaaS -awscli==1.14.4 +awscli==1.14.16 awscli-cwlogs>=1.4,<1.5 -git+https://github.com/alphagov/notifications-utils.git@23.3.4#egg=notifications-utils==23.3.4 +git+https://github.com/alphagov/notifications-utils.git@23.3.5#egg=notifications-utils==23.3.5 git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3 - -# required by utils -git+https://github.com/leohemsted/smartypants.py.git@regex-speedup#egg=smartypants==2.1.0 diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 01b31a53a..00506f33f 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -3,7 +3,7 @@ flake8==3.5.0 pytest==3.3.1 pytest-mock==1.6.3 pytest-cov==2.5.1 -pytest-xdist==1.20.1 +pytest-xdist==1.21.0 coveralls==1.2.0 freezegun==0.3.9 requests-mock==1.4.0