Skip to content

Commit d8785c5

Browse files
committed
Upgrade all packages with pur
pur --skip django,docker-py,elasticsearch,pyelasticsearch and some packages pinned manually to avoid conflicts with our tests.
1 parent 60f0f77 commit d8785c5

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

requirements/pip.txt

+30-21
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,39 @@
22
pip==9.0.1
33
appdirs==1.4.3
44
virtualenv==15.1.0
5-
docutils==0.13.1
6-
Sphinx==1.6.2
5+
docutils==0.14
6+
Sphinx==1.6.5
77
sphinx_rtd_theme==0.2.5b1
88
Pygments==2.2.0
9-
mkdocs==0.16.3
10-
django==1.9.12
11-
six==1.10.0
9+
mkdocs==0.17.2
10+
django==1.9.13
11+
six==1.11.0
1212
future==0.16.0
1313
readthedocs-build<2.1
1414

15-
django-tastypie==0.13.3
15+
# django-tastypie 0.13.x and 0.14.0 are not compatible with our code
16+
django-tastypie==0.13.0
17+
1618
django-haystack==2.6.1
1719
celery-haystack==0.10
18-
django-guardian==1.4.8
19-
django-extensions==1.7.9
20-
djangorestframework==3.6.3
20+
django-guardian==1.4.9
21+
django-extensions==1.9.8
22+
23+
# djangorestframework 3.7.x drops support for django 1.9.x
24+
djangorestframework==3.6.4
25+
2126
django-vanilla-views==1.0.4
22-
jsonfield==2.0.1
27+
jsonfield==2.0.2
2328

24-
requests==2.16.5
29+
requests==2.18.4
2530
slumber==0.7.1
26-
lxml==3.7.3
31+
lxml==4.1.1
2732
defusedxml==0.5.0
2833

2934
# Basic tools
3035
redis==2.10.6
3136
celery==4.1.0
32-
django-allauth==0.32.0
37+
django-allauth==0.34.0
3338
dnspython==1.15.0
3439

3540
# VCS
@@ -38,28 +43,32 @@ httplib2==0.10.3
3843
# Search
3944
elasticsearch==1.5.0
4045
pyelasticsearch==0.7.1
41-
pyquery==1.2.17
46+
pyquery==1.3.0
4247

4348
# Utils
44-
django-gravatar2==1.4.0
45-
pytz==2013b
49+
django-gravatar2==1.4.2
50+
pytz==2017.3
4651
beautifulsoup4==4.6.0
4752
Unipath==1.1
4853
django-kombu==0.9.4
4954
mimeparse==0.1.3
5055
mock==2.0.0
51-
stripe==1.56.0
52-
django-formtools==2.0
53-
django-dynamic-fixture==1.9.5
56+
57+
# stripe 1.20.2 is the latest compatible with our code base (otherwise
58+
# gold/tests/test_forms.py fails)
59+
stripe==1.20.2
60+
61+
django-formtools==2.1
62+
django-dynamic-fixture==2.0.0
5463
docker-py==1.3.1
5564
django-textclassifier==1.0
56-
django-annoying==0.10.3
65+
django-annoying==0.10.4
5766
django-messages-extends==0.5
5867
djangorestframework-jsonp==1.0.2
5968

6069
# Docs
6170
sphinxcontrib-httpdomain==1.5.0
62-
commonmark==0.7.3
71+
commonmark==0.7.4
6372
recommonmark==0.4.0
6473

6574
# Version comparison stuff

0 commit comments

Comments
 (0)