Skip to content

Commit c46bdb0

Browse files
committed
Upgrade packages with pur
$ pur --skip django-tastypie,django,docker-py,elasticsearch,pyelasticsearch,commonmark,stripe,djangorestframework
1 parent 26a0023 commit c46bdb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements/pip.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip==9.0.1
33
appdirs==1.4.3
44
virtualenv==15.1.0
55
docutils==0.14
6-
Sphinx==1.6.5
6+
Sphinx==1.6.6
77
sphinx_rtd_theme==0.2.5b1
88
Pygments==2.2.0
99
mkdocs==0.17.2
@@ -18,7 +18,7 @@ django-tastypie==0.13.0
1818
django-haystack==2.6.1
1919
celery-haystack==0.10
2020
django-guardian==1.4.9
21-
django-extensions==1.9.8
21+
django-extensions==1.9.9
2222

2323
# djangorestframework 3.7.x drops support for django 1.9.x
2424
djangorestframework==3.6.4
@@ -43,7 +43,7 @@ httplib2==0.10.3
4343
# Search
4444
elasticsearch==1.5.0
4545
pyelasticsearch==0.7.1
46-
pyquery==1.3.0
46+
pyquery==1.4.0
4747

4848
# Utils
4949
django-gravatar2==1.4.2
@@ -67,7 +67,7 @@ django-messages-extends==0.5
6767
djangorestframework-jsonp==1.0.2
6868

6969
# Docs
70-
sphinxcontrib-httpdomain==1.5.0
70+
sphinxcontrib-httpdomain==1.6.0
7171

7272
# commonmark 0.5.5 is the latest version compatible with our docs, the
7373
# newer ones make `tox -e docs` to fail

0 commit comments

Comments
 (0)