1
1
# Base packages
2
- pip==9 .0.3
2
+ pip==10 .0.0
3
3
appdirs==1.4.3
4
- virtualenv==15.1 .0
4
+ virtualenv==15.2 .0
5
5
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
7
10
sphinx_rtd_theme==0.2.5b1
11
+
8
12
Pygments==2.2.0
9
13
10
14
# latest compatible version with our code
@@ -19,20 +23,20 @@ readthedocs-build<2.1
19
23
# django-tastypie 0.13.x and 0.14.0 are not compatible with our code
20
24
django-tastypie==0.13.0
21
25
22
- django-haystack==2.7.0
26
+ django-haystack==2.8.1
23
27
celery-haystack==0.10
24
28
django-guardian==1.4.9
25
- django-extensions==2.0.0
29
+ django-extensions==2.0.6
26
30
27
31
# djangorestframework 3.7.x drops support for django 1.9.x
28
32
djangorestframework==3.6.4
29
33
30
- django-vanilla-views==1.0.4
34
+ django-vanilla-views==1.0.5
31
35
jsonfield==2.0.2
32
36
33
37
requests==2.18.4
34
38
slumber==0.7.1
35
- lxml==4.1 .1
39
+ lxml==4.2 .1
36
40
defusedxml==0.5.0
37
41
38
42
# Basic tools
@@ -46,8 +50,8 @@ django-allauth==0.32.0
46
50
dnspython==1.15.0
47
51
48
52
# VCS
49
- httplib2==0.10 .3
50
- GitPython==2.1.8
53
+ httplib2==0.11 .3
54
+ GitPython==2.1.9
51
55
52
56
# Search
53
57
elasticsearch==1.5.0
@@ -56,7 +60,7 @@ pyquery==1.4.0
56
60
57
61
# Utils
58
62
django-gravatar2==1.4.2
59
- pytz==2018.3
63
+ pytz==2018.4
60
64
beautifulsoup4==4.6.0
61
65
Unipath==1.1
62
66
django-kombu==0.9.4
@@ -69,7 +73,7 @@ stripe==1.20.2
69
73
70
74
django-formtools==2.1
71
75
django-dynamic-fixture==2.0.0
72
- docker==3.1.3
76
+ docker==3.2.1
73
77
django-textclassifier==1.0
74
78
django-annoying==0.10.4
75
79
django-messages-extends==0.6.0
@@ -78,7 +82,7 @@ django-taggit==0.22.2
78
82
dj-pagination==2.3.2
79
83
80
84
# Docs
81
- sphinxcontrib-httpdomain==1.6.0
85
+ sphinxcontrib-httpdomain==1.6.1
82
86
83
87
# commonmark 0.5.5 is the latest version compatible with our docs, the
84
88
# newer ones make `tox -e docs` to fail
@@ -87,7 +91,7 @@ commonmark==0.5.5
87
91
recommonmark==0.4.0
88
92
89
93
# Version comparison stuff
90
- packaging==16.8
94
+ packaging==17.1
91
95
92
96
# Commenting stuff
93
97
django-cors-middleware==1.3.1
0 commit comments