Skip to content

Commit 3d076ef

Browse files
authored
Merge pull request #1357 from alphagov/pyup-initial-update
Initial Update
2 parents 2c76854 + be159e2 commit 3d076ef

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

app/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
)
2222
from flask_login import current_user
2323
import pyexcel
24-
import pyexcel.ext.io
25-
import pyexcel.ext.xls
26-
import pyexcel.ext.xlsx
27-
import pyexcel.ext.ods3
24+
import pyexcel_io
25+
import pyexcel_xls
26+
import pyexcel_xlsx
27+
import pyexcel_ods3
2828

2929
from notifications_utils.template import (
3030
SMSPreviewTemplate,

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
cffi==1.9.1
2-
ago==0.0.8
3-
Flask==0.10.1
1+
cffi==1.10.0
2+
ago==0.0.9
3+
Flask==0.12.2
44
Flask-Script==2.0.5
5-
Flask-WTF==0.11
6-
Flask-Login==0.3.2
5+
Flask-WTF==0.14.2
6+
Flask-Login==0.4.0
77

8-
credstash==1.8.0
8+
credstash==1.13.2
99
boto3==1.4.4
10-
py-gfm==0.1.2
10+
py-gfm==0.1.3
1111
blinker==1.4
12-
lxml==3.6.0
13-
pyexcel==0.2.1
14-
pyexcel-io==0.1.0
15-
pyexcel-xls==0.1.0
16-
pyexcel-xlsx==0.1.0
17-
pyexcel-ods3==0.1.1
18-
pytz==2016.4
12+
lxml==3.8.0
13+
pyexcel==0.5.0
14+
pyexcel-io==0.4.2
15+
pyexcel-xls==0.4.0
16+
pyexcel-xlsx==0.4.0
17+
pyexcel-ods3==0.4.0
18+
pytz==2017.2
1919
six==1.10.0
20-
gunicorn==19.6.0
21-
whitenoise==1.0.6 #manages static assets
20+
gunicorn==19.7.1
21+
whitenoise==3.3.0 #manages static assets
2222

2323
# pin to minor version 3.1.x
24-
notifications-python-client>=3.1,<3.2
24+
notifications-python-client==4.3.1
2525

2626
# PaaS
2727
awscli>=1.11,<1.12

requirements_for_test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
22
pycodestyle==2.3.1
3-
pytest==3.0.2
4-
pytest-mock==1.2
5-
pytest-cov==2.3.1
6-
pytest-xdist==1.14
3+
pytest==3.1.3
4+
pytest-mock==1.6.0
5+
pytest-cov==2.5.1
6+
pytest-xdist==1.18.1
77
coveralls==1.1
8-
moto==0.4.25
8+
moto==1.0.1
99
httpretty==0.8.14
10-
beautifulsoup4==4.5.1
11-
freezegun==0.3.7
10+
beautifulsoup4==4.6.0
11+
freezegun==0.3.9

0 commit comments

Comments
 (0)