1
1
# Base packages
2
- pip==18.0
2
+ pip==18.1
3
3
appdirs==1.4.3
4
- virtualenv==16.0 .0
4
+ virtualenv==16.1 .0
5
5
docutils==0.14
6
- Sphinx==1.7.8
7
- sphinx_rtd_theme==0.4.1
8
- sphinx-tabs==1.1.7
6
+ Sphinx==1.8.2
7
+ sphinx_rtd_theme==0.4.2
8
+ sphinx-tabs==1.1.10
9
9
# Required to avoid Transifex error with reserved slug
10
10
# https://github.com/sphinx-doc/sphinx-intl/pull/27
11
11
git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c8dcb66de5#egg=sphinx-intl
12
12
13
- Pygments==2.2 .0
13
+ Pygments==2.3 .0
14
14
15
- mkdocs==0.17.3
16
- # mkdocs requires markdown
17
- # Markdown 3.0 breaks with older Django Rest Framework
18
- Markdown<3.0
15
+ mkdocs==1.0.4
16
+ Markdown==3.0.1
19
17
20
18
django==1.11.16
21
19
six==1.11.0
22
- future==0.16.0
23
-
24
- # django-tastypie 0.14.0 drops support for django 1.9
25
- django-tastypie==0.13.3
26
-
20
+ future==0.17.1
21
+ django-tastypie==0.14.2
27
22
django-guardian==1.4.9
28
- django-extensions==2.1.2
23
+ django-extensions==2.1.4
29
24
30
- # djangorestframework 3.7.x drops support for django 1.9.x
31
- djangorestframework==3.6.4
25
+ djangorestframework==3.9.0
32
26
33
27
# Filtering for the REST API
34
- # django-filter>2.0 require Django 1.11
35
- # https://django-filter.readthedocs.io/en/master/guide/migration.html#migrating-to-2-0
36
- # Besides the guide, check this comment for the migration
37
- # https://github.com/rtfd/readthedocs.org/pull/4318#discussion_r214163531
38
- django-filter==1.1.0
28
+ # When Python2 gets deprecated we can upgrade django-filter
29
+ # > from .filterset import FilterSet
30
+ # E File "/home/travis/build/rtfd/readthedocs.org/.tox/py27/lib/python2.7/site-packages/django_filters/filterset.py", line 184
31
+ # E def __init__(self, data=None, queryset=None, *, request=None, prefix=None):
32
+ # E ^
33
+ # E SyntaxError: invalid syntax
34
+ django-filter<2.0.0
39
35
40
36
django-vanilla-views==1.0.5
41
37
jsonfield==2.0.2
42
38
43
- requests==2.19 .1
39
+ requests==2.20 .1
44
40
requests-toolbelt==0.8.0
45
41
slumber==0.7.1
46
- lxml==4.2.4
42
+ lxml==4.2.5
47
43
defusedxml==0.5.0
48
44
49
45
# Basic tools
50
- redis==2.10.6
46
+ redis==3.0.1
51
47
# Celery 4.2 is incompatible with our code
52
48
# when ALWAYS_EAGER = True
53
49
celery==4.1.1
54
50
55
- # django-allauth 0.33.0 dropped support for Django 1.9
56
- # https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes
57
- django-allauth==0.32.0
51
+ django-allauth==0.38.0
58
52
59
53
dnspython==1.15.0
60
54
61
55
# VCS
62
- httplib2==0.11.3
56
+ httplib2==0.12.0
63
57
64
58
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
65
59
# of an UnicodeError
@@ -77,12 +71,12 @@ pyquery==1.4.0
77
71
78
72
# Utils
79
73
django-gravatar2==1.4.2
80
- pytz==2018.5
74
+ pytz==2018.7
81
75
beautifulsoup4==4.6.3
82
76
Unipath==1.1
83
77
django-kombu==0.9.4
84
78
mock==2.0.0
85
- stripe==2.12 .0
79
+ stripe==2.13 .0
86
80
87
81
django-formtools==2.1
88
82
@@ -96,9 +90,8 @@ django-textclassifier==1.0
96
90
django-annoying==0.10.4
97
91
django-messages-extends==0.6.0
98
92
djangorestframework-jsonp==1.0.2
99
- # django-taggit 0.23.0 drops support for django < 1.11
100
- django-taggit==0.22.0
101
- dj-pagination==2.3.2
93
+ django-taggit==0.23.0
94
+ dj-pagination==2.4.0
102
95
103
96
# Docs
104
97
sphinxcontrib-httpdomain==1.7.0
@@ -110,7 +103,7 @@ commonmark==0.5.5
110
103
recommonmark==0.4.0
111
104
112
105
# Version comparison stuff
113
- packaging==17.1
106
+ packaging==18.0
114
107
115
108
# Commenting stuff
116
109
django-cors-middleware==1.3.1
0 commit comments