File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
# We need these special cases of Python < 3 because we run tests with
3
3
# Python 2 still
4
4
# prospector 1.1.6.2 is not compatible with 2.1.0
5
- astroid==2.0.4 ; python_version > '3'
5
+ astroid<2.1.0 ; python_version > '3'
6
6
astroid<1.7; python_version < '3'
7
7
# prospector 1.1.6.2 is not compatible with 2.2.2
8
- pylint==2.1.1 ; python_version > '3'
8
+ pylint<2.2.2 ; python_version > '3'
9
9
pylint<2; python_version < '3'
10
10
# prospector 1.1.6.2 is not compatible with 2.0.5
11
- pylint-django== 2.0.2 ; python_version > '3'
11
+ pylint-django< 2.0.5 ; python_version > '3'
12
12
pylint-django<0.12; python_version < '3'
13
13
pylint-celery==0.3
14
14
prospector==1.1.6.2
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ sphinx-prompt==1.0.0
20
20
# newer ones make `tox -e docs` to fail
21
21
commonmark==0.5.5
22
22
23
- recommonmark==0.4 .0
23
+ recommonmark==0.5 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ django-tastypie==0.14.2
10
10
django-guardian==1.4.9
11
11
django-extensions==2.1.4
12
12
13
- djangorestframework==3.9.0
13
+ djangorestframework==3.9.1
14
14
15
15
# Filtering for the REST API
16
16
# When Python2 gets deprecated we can upgrade django-filter
@@ -27,7 +27,7 @@ jsonfield==2.0.2
27
27
requests==2.21.0
28
28
requests-toolbelt==0.8.0
29
29
slumber==0.7.1
30
- lxml==4.2.5
30
+ lxml==4.3.0
31
31
defusedxml==0.5.0
32
32
33
33
# Basic tools
@@ -62,12 +62,12 @@ pyquery==1.4.0
62
62
63
63
# Utils
64
64
django-gravatar2==1.4.2
65
- pytz==2018.7
66
- beautifulsoup4==4.7.0
65
+ pytz==2018.9
66
+ beautifulsoup4==4.7.1
67
67
Unipath==1.1
68
68
django-kombu==0.9.4
69
69
mock==2.0.0
70
- stripe==2.17 .0
70
+ stripe==2.18 .0
71
71
72
72
django-formtools==2.1
73
73
@@ -85,7 +85,7 @@ django-taggit==0.23.0
85
85
dj-pagination==2.4.0
86
86
87
87
# Version comparison stuff
88
- packaging==18 .0
88
+ packaging==19 .0
89
89
90
90
# Commenting stuff
91
91
django-cors-middleware==1.3.1
Original file line number Diff line number Diff line change 2
2
-r local-docs-build.txt
3
3
4
4
django-dynamic-fixture==2.0.0
5
- pytest==4.0.2
6
- pytest-django==3.4.4
7
- pytest-xdist==1.25 .0
5
+ pytest==4.1.1
6
+ pytest-django==3.4.5
7
+ pytest-xdist==1.26 .0
8
8
pytest-cov
9
9
apipkg==1.5
10
10
execnet==1.5.0
You can’t perform that action at this time.
0 commit comments