Skip to content

Commit fb82f0d

Browse files
committed
Update development requirements.txt
We now need werkzeug >= 14.0 for the samesite cookies, so I figured now was a good time to get all of these updated. Refs #113
1 parent 024fd32 commit fb82f0d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

requirements.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
alabaster==0.7.10
2-
asn1crypto==0.22.0
3-
Babel==2.4.0
4-
certifi==2017.4.17
5-
cffi==1.10.0
2+
asn1crypto==0.24.0
3+
Babel==2.5.1
4+
certifi==2017.11.5
5+
cffi==1.11.3
66
chardet==3.0.4
77
click==6.7
8-
coverage==4.4.1
9-
cryptography==1.9
10-
docutils==0.13.1
8+
coverage==4.4.2
9+
cryptography==2.1.4
10+
docutils==0.14
1111
Flask==0.12.2
12-
Flask-Sphinx-Themes==1.0.1
13-
idna==2.5
12+
Flask-Sphinx-Themes==1.0.2
13+
idna==2.6
1414
imagesize==0.7.1
1515
itsdangerous==0.24
16-
Jinja2==2.9.6
16+
Jinja2==2.10
1717
MarkupSafe==1.0
18-
pluggy==0.4.0
19-
py==1.4.34
18+
pluggy==0.6.0
19+
py==1.5.2
2020
pycparser==2.18
2121
Pygments==2.2.0
22-
PyJWT==1.5.2
23-
pytz==2017.2
24-
requests==2.18.1
25-
six==1.10.0
22+
PyJWT==1.5.3
23+
pytz==2017.3
24+
requests==2.18.4
25+
six==1.11.0
2626
snowballstemmer==1.2.1
27-
Sphinx==1.6.3
27+
Sphinx==1.6.6
2828
sphinxcontrib-websupport==1.0.1
29-
tox==2.7.0
30-
urllib3==1.21.1
29+
tox==2.9.1
30+
urllib3==1.22
3131
virtualenv==15.1.0
32-
Werkzeug==0.12.2
32+
Werkzeug==0.14.1

0 commit comments

Comments
 (0)