File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ gunicorn==19.9.0
5
5
django-redis-cache==2.1.0
6
6
7
7
#For resizing images
8
- pillow==6.2.0
8
+ pillow==6.2.1
Original file line number Diff line number Diff line change 1
1
# Base packages
2
- pip==19.2.3
2
+ pip==19.3.1
3
3
appdirs==1.4.3
4
- virtualenv==16.7.5
4
+ virtualenv==16.7.7
5
5
6
6
django==1.11.25 # pyup: <1.12
7
- django-extensions==2.2.3
7
+ django-extensions==2.2.5
8
8
django_polymorphic==2.1.2
9
9
10
10
djangorestframework==3.10.3
@@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore
42
42
43
43
django-allauth==0.40.0
44
44
45
- GitPython==3.0.3
45
+ GitPython==3.0.4
46
46
47
47
# Search
48
48
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -64,7 +64,9 @@ git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17
64
64
# ImportError: cannot import name 'Document'
65
65
django-elasticsearch-dsl==0.5.1 # pyup: ignore
66
66
selectolax==0.2.1
67
- orjson==2.0.7
67
+
68
+ # Ignoring orjson for now because it makes Travis to fail
69
+ orjson==2.0.7 # pyup: ignore
68
70
69
71
# Utils
70
72
django-gravatar2==1.4.2
@@ -78,7 +80,7 @@ stripe==2.37.2
78
80
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
79
81
80
82
django-formtools==2.1
81
- django-crispy-forms==1.7.2
83
+ django-crispy-forms==1.8.0
82
84
83
85
docker==4.1.0
84
86
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==5.2.1
6
- pytest-django==3.5.1
5
+ pytest==5.2.2
6
+ pytest-django==3.6.0
7
7
pytest-xdist==1.30.0
8
8
pytest-cov==2.8.1
9
9
apipkg==1.5
@@ -18,7 +18,7 @@ execnet==1.7.1
18
18
Mercurial==4.4.2 # pyup: ignore
19
19
20
20
yamale==2.0.1
21
- pytest-mock==1.11.1
21
+ pytest-mock==1.11.2
22
22
23
23
# local debugging tools
24
24
datadiff==2.0.0
You can’t perform that action at this time.
0 commit comments