File tree 4 files changed +20
-16
lines changed
4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
- Sphinx==1.8.2
1
+ Sphinx==1.8.3
2
2
rstcheck==3.3.1
Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
2
# We need these special cases of Python < 3 because we run tests with
3
3
# Python 2 still
4
+ # prospector 1.1.6.2 is not compatible with 2.1.0
4
5
astroid==2.0.4; python_version > '3'
5
- astroid==1.6.4; python_version < '3'
6
+ astroid<1.7; python_version < '3'
7
+ # prospector 1.1.6.2 is not compatible with 2.2.2
6
8
pylint==2.1.1; python_version > '3'
7
9
pylint<2; python_version < '3'
10
+ # prospector 1.1.6.2 is not compatible with 2.0.5
8
11
pylint-django==2.0.2; python_version > '3'
9
- pylint-django==0.11.1 ; python_version < '3'
12
+ pylint-django<0.12 ; python_version < '3'
10
13
pylint-celery==0.3
11
14
prospector==1.1.6.2
12
- pyflakes==2.0.0
15
+ # prospector 1.1.6.2 is not compatible with 2.0.0
16
+ pyflakes<2.0.0
Original file line number Diff line number Diff line change 1
1
# Base packages
2
2
pip==18.1
3
3
appdirs==1.4.3
4
- virtualenv==16.1 .0
4
+ virtualenv==16.2 .0
5
5
docutils==0.14
6
- Sphinx==1.8.2
6
+ Sphinx==1.8.3
7
7
sphinx_rtd_theme==0.4.2
8
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.3.0
13
+ Pygments==2.3.1
14
14
15
15
mkdocs==1.0.4
16
16
Markdown==3.0.1
17
17
18
- django==1.11.16
19
- six==1.11 .0
18
+ django==1.11.18
19
+ six==1.12 .0
20
20
future==0.17.1
21
21
django-tastypie==0.14.2
22
22
django-guardian==1.4.9
@@ -33,10 +33,10 @@ djangorestframework==3.9.0
33
33
# E SyntaxError: invalid syntax
34
34
django-filter<2.0.0
35
35
36
- django-vanilla-views==1.0.5
36
+ django-vanilla-views==1.0.6
37
37
jsonfield==2.0.2
38
38
39
- requests==2.20.1
39
+ requests==2.21.0
40
40
requests-toolbelt==0.8.0
41
41
slumber==0.7.1
42
42
lxml==4.2.5
@@ -53,7 +53,7 @@ celery==4.1.1
53
53
54
54
django-allauth==0.38.0
55
55
56
- dnspython==1.15 .0
56
+ dnspython==1.16 .0
57
57
58
58
# VCS
59
59
httplib2==0.12.0
@@ -75,11 +75,11 @@ pyquery==1.4.0
75
75
# Utils
76
76
django-gravatar2==1.4.2
77
77
pytz==2018.7
78
- beautifulsoup4==4.6.3
78
+ beautifulsoup4==4.7.0
79
79
Unipath==1.1
80
80
django-kombu==0.9.4
81
81
mock==2.0.0
82
- stripe==2.13 .0
82
+ stripe==2.17 .0
83
83
84
84
django-formtools==2.1
85
85
Original file line number Diff line number Diff line change 1
1
-r pip.txt
2
2
3
3
django-dynamic-fixture==2.0.0
4
- pytest==4.0.1
4
+ pytest==4.0.2
5
5
pytest-django==3.4.4
6
- pytest-xdist==1.24.1
6
+ pytest-xdist==1.25.0
7
7
pytest-cov
8
8
apipkg==1.5
9
9
execnet==1.5.0
You can’t perform that action at this time.
0 commit comments