Skip to content

Commit 09695c4

Browse files
authored
Merge pull request #5134 from rtfd/humitos/upgrade-packages
Upgrade all dependencies
2 parents 92563df + 413bcba commit 09695c4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements/pip.txt

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

11-
djangorestframework==3.9.0
11+
djangorestframework==3.9.1
1212

1313
# Filtering for the REST API
1414
# When Python2 gets deprecated we can upgrade django-filter
@@ -25,7 +25,7 @@ jsonfield==2.0.2
2525
requests==2.21.0
2626
requests-toolbelt==0.8.0
2727
slumber==0.7.1
28-
lxml==4.2.5
28+
lxml==4.3.0
2929
defusedxml==0.5.0
3030
pyyaml==3.13
3131
Pygments==2.3.1
@@ -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)