1
1
# Base packages
2
- pip==18.0
2
+ pip==18.1
3
3
appdirs==1.4.3
4
4
virtualenv==16.0.0
5
5
docutils==0.14
6
- Sphinx==1.7.8
7
- sphinx_rtd_theme==0.4.1
6
+ Sphinx==1.8.1
7
+ sphinx_rtd_theme==0.4.2
8
8
# Required to avoid Transifex error with reserved slug
9
9
# https://github.com/sphinx-doc/sphinx-intl/pull/27
10
10
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
@@ -18,42 +18,32 @@ Markdown<3.0
18
18
19
19
django==1.11.16
20
20
six==1.11.0
21
- future==0.16.0
22
-
23
- # django-tastypie 0.14.0 drops support for django 1.9
24
- django-tastypie==0.13.3
25
-
21
+ future==0.17.0
22
+ django-tastypie==0.14.2
26
23
django-guardian==1.4.9
27
- django-extensions==2.1.2
24
+ django-extensions==2.1.3
28
25
29
- # djangorestframework 3.7.x drops support for django 1.9.x
30
- djangorestframework==3.6.4
26
+ djangorestframework==3.9.0
31
27
32
28
# Filtering for the REST API
33
- # django-filter>2.0 require Django 1.11
34
- # https://django-filter.readthedocs.io/en/master/guide/migration.html#migrating-to-2-0
35
- # Besides the guide, check this comment for the migration
36
- # https://github.com/rtfd/readthedocs.org/pull/4318#discussion_r214163531
37
- django-filter==1.1.0
29
+ django-filter==2.0.0
38
30
39
31
django-vanilla-views==1.0.5
40
32
jsonfield==2.0.2
41
33
42
- requests==2.19.1
34
+ requests==2.20.0
43
35
requests-toolbelt==0.8.0
44
36
slumber==0.7.1
45
- lxml==4.2.4
37
+ lxml==4.2.5
46
38
defusedxml==0.5.0
47
39
48
40
# Basic tools
49
41
redis==2.10.6
50
42
# Celery 4.2 is incompatible with our code
51
43
# when ALWAYS_EAGER = True
52
- celery==4.1 .1
44
+ celery==4.2 .1
53
45
54
- # django-allauth 0.33.0 dropped support for Django 1.9
55
- # https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes
56
- django-allauth==0.32.0
46
+ django-allauth==0.38.0
57
47
58
48
dnspython==1.15.0
59
49
@@ -76,7 +66,7 @@ pyquery==1.4.0
76
66
77
67
# Utils
78
68
django-gravatar2==1.4.2
79
- pytz==2018.5
69
+ pytz==2018.6
80
70
beautifulsoup4==4.6.3
81
71
Unipath==1.1
82
72
django-kombu==0.9.4
@@ -98,9 +88,8 @@ django-textclassifier==1.0
98
88
django-annoying==0.10.4
99
89
django-messages-extends==0.6.0
100
90
djangorestframework-jsonp==1.0.2
101
- # django-taggit 0.23.0 drops support for django < 1.11
102
- django-taggit==0.22.0
103
- dj-pagination==2.3.2
91
+ django-taggit==0.23.0
92
+ dj-pagination==2.4.0
104
93
105
94
# Docs
106
95
sphinxcontrib-httpdomain==1.7.0
@@ -112,7 +101,7 @@ commonmark==0.5.5
112
101
recommonmark==0.4.0
113
102
114
103
# Version comparison stuff
115
- packaging==17.1
104
+ packaging==18.0
116
105
117
106
# Commenting stuff
118
107
django-cors-middleware==1.3.1
0 commit comments