Skip to content

Commit 416ab40

Browse files
committed
Upgrade all packages using pur tool
These ones were not upgraded since they are incompatible: * docker-py * celery * elasticsearch * pyelasticsearch
1 parent a0a29e8 commit 416ab40

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

requirements/pip.txt

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
# Base packages
22
pip==9.0.1
33
appdirs==1.4.3
4-
virtualenv==15.0.1
5-
docutils==0.11
6-
Sphinx==1.5.3
4+
virtualenv==15.1.0
5+
docutils==0.13.1
6+
Sphinx==1.6.2
77
sphinx_rtd_theme==0.2.4
88
Pygments==2.2.0
9-
mkdocs==0.14.0
9+
mkdocs==0.16.3
1010
readthedocs-build==2.0.6
1111
django==1.9.12
1212

13-
django-tastypie==0.13.0
14-
django-haystack==2.5.0
15-
celery-haystack==0.7.2
16-
django-guardian==1.4.6
17-
django-extensions==1.7.4
18-
djangorestframework==3.5.4
13+
django-tastypie==0.13.3
14+
django-haystack==2.6.1
15+
celery-haystack==0.10
16+
django-guardian==1.4.8
17+
django-extensions==1.7.9
18+
djangorestframework==3.6.3
1919
django-vanilla-views==1.0.4
20-
jsonfield==1.0.3
20+
jsonfield==2.0.1
2121

22-
requests==2.3.0
23-
slumber==0.6.0
24-
lxml==3.3.5
22+
requests==2.16.5
23+
slumber==0.7.1
24+
lxml==3.7.3
2525

26-
django-countries==3.4.1
26+
django-countries==4.5
2727

2828
# Basic tools
29-
redis==2.10.3
29+
redis==2.10.5
3030
celery==3.1.23
31-
django-celery==3.1.17
31+
django-celery==3.2.1
3232
git+https://github.com/pennersr/django-allauth.git@d869aff9#egg=django-allauth
33-
dnspython==1.11.0
33+
dnspython==1.15.0
3434

3535
# VCS
36-
httplib2==0.7.7
36+
httplib2==0.10.3
3737

3838
# Search
3939
elasticsearch==1.5.0
4040
pyelasticsearch==0.7.1
41-
pyquery==1.2.2
41+
pyquery==1.2.17
4242

4343
# Utils
4444
django-gravatar2==1.4.0
4545
pytz==2013b
46-
beautifulsoup4==4.1.3
47-
Unipath==0.2.1
46+
beautifulsoup4==4.6.0
47+
Unipath==1.1
4848
django-kombu==0.9.4
4949
mimeparse==0.1.3
50-
mock==1.0.1
51-
stripe==1.20.2
50+
mock==2.0.0
51+
stripe==1.56.0
5252
django-copyright==1.0.0
53-
django-formtools==1.0
54-
django-dynamic-fixture==1.8.5
53+
django-formtools==2.0
54+
django-dynamic-fixture==1.9.5
5555
docker-py==1.3.1
5656
django-textclassifier==1.0
57-
django-annoying==0.10.1
57+
django-annoying==0.10.3
5858
django-messages-extends==0.5
5959
djangorestframework-jsonp==1.0.2
6060

6161
# Docs
62-
sphinxcontrib-httpdomain==1.4.0
63-
commonmark==0.5.5
62+
sphinxcontrib-httpdomain==1.5.0
63+
commonmark==0.7.3
6464
recommonmark==0.4.0
6565

6666
# Version comparison stuff
@@ -69,7 +69,7 @@ packaging==16.8
6969

7070
# Commenting stuff
7171
git+https://github.com/zestedesavoir/django-cors-middleware.git@def9dc2f5e81eed53831bcda79ad1c127ecb3fe2
72-
nilsimsa==0.3.7
72+
nilsimsa==0.3.8
7373

7474
# Pegged git requirements
7575
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev

0 commit comments

Comments
 (0)