Skip to content

Commit 611f6ac

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 6fd8282 commit 611f6ac

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

requirements/pip.txt

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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.5b1
88
Pygments==2.2.0
9-
mkdocs==0.14.0
9+
mkdocs==0.16.3
1010
django==1.9.12
1111
six==1.10.0
1212
future==0.16.0
1313
readthedocs-build==2.0.7
1414

15-
django-tastypie==0.13.0
16-
django-haystack==2.6.0
15+
django-tastypie==0.13.3
16+
django-haystack==2.6.1
1717
celery-haystack==0.10
18-
django-guardian==1.4.6
19-
django-extensions==1.7.4
20-
djangorestframework==3.5.4
18+
django-guardian==1.4.8
19+
django-extensions==1.7.9
20+
djangorestframework==3.6.3
2121
django-vanilla-views==1.0.4
22-
jsonfield==1.0.3
22+
jsonfield==2.0.1
2323

24-
requests==2.3.0
24+
requests==2.16.5
2525
slumber==0.7.1
26-
lxml==3.3.5
26+
lxml==3.7.3
2727
defusedxml==0.5.0
2828

2929
# Basic tools
@@ -33,41 +33,41 @@ django-allauth==0.32.0
3333
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
46+
beautifulsoup4==4.6.0
4747
Unipath==1.1
4848
django-kombu==0.9.4
4949
mimeparse==0.1.3
50-
mock==1.0.1
51-
stripe==1.20.2
52-
django-formtools==1.0
53-
django-dynamic-fixture==1.8.5
50+
mock==2.0.0
51+
stripe==1.56.0
52+
django-formtools==2.0
53+
django-dynamic-fixture==1.9.5
5454
docker-py==1.3.1
5555
django-textclassifier==1.0
56-
django-annoying==0.10.1
56+
django-annoying==0.10.3
5757
django-messages-extends==0.5
5858
djangorestframework-jsonp==1.0.2
5959

6060
# Docs
61-
sphinxcontrib-httpdomain==1.4.0
62-
commonmark==0.5.5
61+
sphinxcontrib-httpdomain==1.5.0
62+
commonmark==0.7.3
6363
recommonmark==0.4.0
6464

6565
# Version comparison stuff
6666
packaging==16.8
6767

6868
# Commenting stuff
6969
django-cors-middleware==1.3.1
70-
nilsimsa==0.3.7
70+
nilsimsa==0.3.8
7171

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

0 commit comments

Comments
 (0)