Skip to content

Commit 3634827

Browse files
authored
pyup: Scheduled weekly dependency update for week 43 (#6334)
pyup: Scheduled weekly dependency update for week 43 Co-authored-by: Manuel Kaufmann <[email protected]>
2 parents f5dbf2c + 3a51d50 commit 3634827

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

requirements/deploy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gunicorn==19.9.0
55
django-redis-cache==2.1.0
66

77
#For resizing images
8-
pillow==6.2.0
8+
pillow==6.2.1

requirements/pip.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Base packages
2-
pip==19.2.3
2+
pip==19.3.1
33
appdirs==1.4.3
4-
virtualenv==16.7.5
4+
virtualenv==16.7.7
55

66
django==1.11.25 # pyup: <1.12
7-
django-extensions==2.2.3
7+
django-extensions==2.2.5
88
django_polymorphic==2.1.2
99

1010
djangorestframework==3.10.3
@@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore
4242

4343
django-allauth==0.40.0
4444

45-
GitPython==3.0.3
45+
GitPython==3.0.4
4646

4747
# Search
4848
elasticsearch==6.4.0 # pyup: <7.0.0
@@ -64,7 +64,9 @@ git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17
6464
# ImportError: cannot import name 'Document'
6565
django-elasticsearch-dsl==0.5.1 # pyup: ignore
6666
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
6870

6971
# Utils
7072
django-gravatar2==1.4.2
@@ -78,7 +80,7 @@ stripe==2.37.2
7880
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
7981

8082
django-formtools==2.1
81-
django-crispy-forms==1.7.2
83+
django-crispy-forms==1.8.0
8284

8385
docker==4.1.0
8486

requirements/testing.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-r local-docs-build.txt
33

44
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
77
pytest-xdist==1.30.0
88
pytest-cov==2.8.1
99
apipkg==1.5
@@ -18,7 +18,7 @@ execnet==1.7.1
1818
Mercurial==4.4.2 # pyup: ignore
1919

2020
yamale==2.0.1
21-
pytest-mock==1.11.1
21+
pytest-mock==1.11.2
2222

2323
# local debugging tools
2424
datadiff==2.0.0

0 commit comments

Comments
 (0)