Skip to content

Commit 19cdf86

Browse files
committed
Upgrade all dependencies
inv packages.upgrade
1 parent eb6a673 commit 19cdf86

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

requirements/lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# We need these special cases of Python < 3 because we run tests with
33
# Python 2 still
44
# 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'
66
astroid<1.7; python_version < '3'
77
# 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'
99
pylint<2; python_version < '3'
1010
# 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'
1212
pylint-django<0.12; python_version < '3'
1313
pylint-celery==0.3
1414
prospector==1.1.6.2

requirements/local-docs-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ sphinx-prompt==1.0.0
2020
# newer ones make `tox -e docs` to fail
2121
commonmark==0.5.5
2222

23-
recommonmark==0.4.0
23+
recommonmark==0.5.0

requirements/pip.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ django-tastypie==0.14.2
1010
django-guardian==1.4.9
1111
django-extensions==2.1.4
1212

13-
djangorestframework==3.9.0
13+
djangorestframework==3.9.1
1414

1515
# Filtering for the REST API
1616
# When Python2 gets deprecated we can upgrade django-filter
@@ -27,7 +27,7 @@ jsonfield==2.0.2
2727
requests==2.21.0
2828
requests-toolbelt==0.8.0
2929
slumber==0.7.1
30-
lxml==4.2.5
30+
lxml==4.3.0
3131
defusedxml==0.5.0
3232

3333
# Basic tools
@@ -62,12 +62,12 @@ pyquery==1.4.0
6262

6363
# Utils
6464
django-gravatar2==1.4.2
65-
pytz==2018.7
66-
beautifulsoup4==4.7.0
65+
pytz==2018.9
66+
beautifulsoup4==4.7.1
6767
Unipath==1.1
6868
django-kombu==0.9.4
6969
mock==2.0.0
70-
stripe==2.17.0
70+
stripe==2.18.0
7171

7272
django-formtools==2.1
7373

@@ -85,7 +85,7 @@ django-taggit==0.23.0
8585
dj-pagination==2.4.0
8686

8787
# Version comparison stuff
88-
packaging==18.0
88+
packaging==19.0
8989

9090
# Commenting stuff
9191
django-cors-middleware==1.3.1

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
-r local-docs-build.txt
33

44
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
88
pytest-cov
99
apipkg==1.5
1010
execnet==1.5.0

0 commit comments

Comments
 (0)