Skip to content

Commit 88e3173

Browse files
authored
Merge branch 'master' into pyup-pin-datadiff-2.0.0
2 parents 58a30af + 2a470fc commit 88e3173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gunicorn==19.9.0
55
django-redis-cache==1.8.1
66

77
#For resizing images
8-
pillow
8+
pillow==5.4.1

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ httplib2==0.12.0
4848
GitPython==2.1.10 # pyup: ignore
4949

5050
# Search
51-
elasticsearch==6.2.0
51+
elasticsearch==6.3.1
5252

5353

5454
# elasticsearch-dsl==6.3.1 produces this error

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ django-dynamic-fixture==2.0.0
55
pytest==4.2.0
66
pytest-django==3.4.7
77
pytest-xdist==1.26.1
8-
pytest-cov
8+
pytest-cov==2.6.1
99
apipkg==1.5
1010
execnet==1.5.0
1111

@@ -22,4 +22,4 @@ pytest-mock==1.10.1
2222

2323
# local debugging tools
2424
datadiff==2.0.0
25-
ipdb
25+
ipdb==0.11

0 commit comments

Comments
 (0)