Skip to content

Commit 3c02f8f

Browse files
humitosagjohnson
authored andcommitted
Use pur to upgrade python packages (#3953)
* Use pur to upgrade python packages * Pin sphinx-rtd-theme to 0.2.5b1
1 parent 3c581d8 commit 3c02f8f

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

requirements/pip.txt

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Base packages
2-
pip==9.0.3
2+
pip==10.0.0
33
appdirs==1.4.3
4-
virtualenv==15.1.0
4+
virtualenv==15.2.0
55
docutils==0.14
6-
Sphinx==1.7.0
6+
Sphinx==1.7.2
7+
8+
# 0.3.0 breaks sidebar
9+
# https://github.com/rtfd/sphinx_rtd_theme/issues/610
710
sphinx_rtd_theme==0.2.5b1
11+
812
Pygments==2.2.0
913

1014
# latest compatible version with our code
@@ -19,20 +23,20 @@ readthedocs-build<2.1
1923
# django-tastypie 0.13.x and 0.14.0 are not compatible with our code
2024
django-tastypie==0.13.0
2125

22-
django-haystack==2.7.0
26+
django-haystack==2.8.1
2327
celery-haystack==0.10
2428
django-guardian==1.4.9
25-
django-extensions==2.0.0
29+
django-extensions==2.0.6
2630

2731
# djangorestframework 3.7.x drops support for django 1.9.x
2832
djangorestframework==3.6.4
2933

30-
django-vanilla-views==1.0.4
34+
django-vanilla-views==1.0.5
3135
jsonfield==2.0.2
3236

3337
requests==2.18.4
3438
slumber==0.7.1
35-
lxml==4.1.1
39+
lxml==4.2.1
3640
defusedxml==0.5.0
3741

3842
# Basic tools
@@ -46,8 +50,8 @@ django-allauth==0.32.0
4650
dnspython==1.15.0
4751

4852
# VCS
49-
httplib2==0.10.3
50-
GitPython==2.1.8
53+
httplib2==0.11.3
54+
GitPython==2.1.9
5155

5256
# Search
5357
elasticsearch==1.5.0
@@ -56,7 +60,7 @@ pyquery==1.4.0
5660

5761
# Utils
5862
django-gravatar2==1.4.2
59-
pytz==2018.3
63+
pytz==2018.4
6064
beautifulsoup4==4.6.0
6165
Unipath==1.1
6266
django-kombu==0.9.4
@@ -69,7 +73,7 @@ stripe==1.20.2
6973

7074
django-formtools==2.1
7175
django-dynamic-fixture==2.0.0
72-
docker==3.1.3
76+
docker==3.2.1
7377
django-textclassifier==1.0
7478
django-annoying==0.10.4
7579
django-messages-extends==0.6.0
@@ -78,7 +82,7 @@ django-taggit==0.22.2
7882
dj-pagination==2.3.2
7983

8084
# Docs
81-
sphinxcontrib-httpdomain==1.6.0
85+
sphinxcontrib-httpdomain==1.6.1
8286

8387
# commonmark 0.5.5 is the latest version compatible with our docs, the
8488
# newer ones make `tox -e docs` to fail
@@ -87,7 +91,7 @@ commonmark==0.5.5
8791
recommonmark==0.4.0
8892

8993
# Version comparison stuff
90-
packaging==16.8
94+
packaging==17.1
9195

9296
# Commenting stuff
9397
django-cors-middleware==1.3.1

0 commit comments

Comments
 (0)