Skip to content

Commit

Permalink
Merge 7d62d3d into 02a5bdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Sep 3, 2019
2 parents 02a5bdb + 7d62d3d commit fb8f31b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions requirements-app.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt

Flask==1.0.3
Flask==1.1.1
Flask-Env==2.0.0

boto3==1.9.64
boto3==1.9.220

python-magic==0.4.15

# PaaS

gunicorn==19.7.1 # pyup: ignore # >19.8 stops eventlet workers after a timeout
eventlet==0.24.1
eventlet==0.25.1

awscli-cwlogs>=1.4,<1.5

Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt

flake8==3.7.7
flake8==3.7.8

pytest==4.6.1
pytest==5.1.2
pytest-env==0.6.2
pytest-mock==1.10.4
pytest-cov==2.7.1

requests-mock==1.6.0
requests-mock==1.7.0

coveralls==1.8.0
coveralls==1.8.2

jinja2-cli[yaml]==0.7.0
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt

Flask==1.0.3
Flask==1.1.1
Flask-Env==2.0.0

boto3==1.9.64
boto3==1.9.220

python-magic==0.4.15

# PaaS

gunicorn==19.7.1 # pyup: ignore # >19.8 stops eventlet workers after a timeout
eventlet==0.24.1
eventlet==0.25.1

awscli-cwlogs>=1.4,<1.5

Expand All @@ -21,16 +21,16 @@ gds-metrics==0.2.0
git+https://github.com/alphagov/notifications-utils.git@33.0.0#egg=notifications-utils==33.0.0

## The following requirements were added by pip freeze:
awscli==1.16.185
awscli==1.16.230
bleach==3.1.0
blinker==1.4
botocore==1.12.175
botocore==1.12.220
certifi==2019.6.16
chardet==3.0.4
Click==7.0
colorama==0.3.9
colorama==0.4.1
dnspython==1.16.0
docutils==0.14
docutils==0.15.2
flask-redis==0.4.0
greenlet==0.4.15
idna==2.8
Expand All @@ -41,21 +41,21 @@ MarkupSafe==1.1.1
mistune==0.8.4
monotonic==1.5
orderedset==2.0.1
phonenumbers==8.10.13
prometheus-client==0.2.0
pyasn1==0.4.5
phonenumbers==8.10.17
prometheus-client==0.7.1
pyasn1==0.4.7
PyPDF2==1.26.0
python-dateutil==2.8.0
python-json-logger==0.1.11
pytz==2018.9
PyYAML==4.2b1
redis==3.2.1
requests==2.21.0
rsa==3.4.2
s3transfer==0.1.13
pytz==2019.2
PyYAML==5.1.2
redis==3.3.8
requests==2.22.0
rsa==4.0
s3transfer==0.2.1
six==1.12.0
smartypants==2.0.1
statsd==3.3.0
urllib3==1.25.3
webencodings==0.5.1
Werkzeug==0.15.4
Werkzeug==0.15.5

0 comments on commit fb8f31b

Please sign in to comment.