File tree 1 file changed +30
-21
lines changed
1 file changed +30
-21
lines changed Original file line number Diff line number Diff line change 2
2
pip==9.0.1
3
3
appdirs==1.4.3
4
4
virtualenv==15.1.0
5
- docutils==0.13.1
6
- Sphinx==1.6.2
5
+ docutils==0.14
6
+ Sphinx==1.6.5
7
7
sphinx_rtd_theme==0.2.5b1
8
8
Pygments==2.2.0
9
- mkdocs==0.16.3
10
- django==1.9.12
11
- six==1.10 .0
9
+ mkdocs==0.17.2
10
+ django==1.9.13
11
+ six==1.11 .0
12
12
future==0.16.0
13
13
readthedocs-build<2.1
14
14
15
- django-tastypie==0.13.3
15
+ # django-tastypie 0.13.x and 0.14.0 are not compatible with our code
16
+ django-tastypie==0.13.0
17
+
16
18
django-haystack==2.6.1
17
19
celery-haystack==0.10
18
- django-guardian==1.4.8
19
- django-extensions==1.7.9
20
- djangorestframework==3.6.3
20
+ django-guardian==1.4.9
21
+ django-extensions==1.9.8
22
+
23
+ # djangorestframework 3.7.x drops support for django 1.9.x
24
+ djangorestframework==3.6.4
25
+
21
26
django-vanilla-views==1.0.4
22
- jsonfield==2.0.1
27
+ jsonfield==2.0.2
23
28
24
- requests==2.16.5
29
+ requests==2.18.4
25
30
slumber==0.7.1
26
- lxml==3.7.3
31
+ lxml==4.1.1
27
32
defusedxml==0.5.0
28
33
29
34
# Basic tools
30
35
redis==2.10.6
31
36
celery==4.1.0
32
- django-allauth==0.32 .0
37
+ django-allauth==0.34 .0
33
38
dnspython==1.15.0
34
39
35
40
# VCS
@@ -38,28 +43,32 @@ httplib2==0.10.3
38
43
# Search
39
44
elasticsearch==1.5.0
40
45
pyelasticsearch==0.7.1
41
- pyquery==1.2.17
46
+ pyquery==1.3.0
42
47
43
48
# Utils
44
- django-gravatar2==1.4.0
45
- pytz==2013b
49
+ django-gravatar2==1.4.2
50
+ pytz==2017.3
46
51
beautifulsoup4==4.6.0
47
52
Unipath==1.1
48
53
django-kombu==0.9.4
49
54
mimeparse==0.1.3
50
55
mock==2.0.0
51
- stripe==1.56.0
52
- django-formtools==2.0
53
- django-dynamic-fixture==1.9.5
56
+
57
+ # stripe 1.20.2 is the latest compatible with our code base (otherwise
58
+ # gold/tests/test_forms.py fails)
59
+ stripe==1.20.2
60
+
61
+ django-formtools==2.1
62
+ django-dynamic-fixture==2.0.0
54
63
docker-py==1.3.1
55
64
django-textclassifier==1.0
56
- django-annoying==0.10.3
65
+ django-annoying==0.10.4
57
66
django-messages-extends==0.5
58
67
djangorestframework-jsonp==1.0.2
59
68
60
69
# Docs
61
70
sphinxcontrib-httpdomain==1.5.0
62
- commonmark==0.7.3
71
+ commonmark==0.7.4
63
72
recommonmark==0.4.0
64
73
65
74
# Version comparison stuff
You can’t perform that action at this time.
0 commit comments