Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyup: Scheduled weekly dependency update for week 43 #6334

Merged
merged 11 commits into from
Oct 29, 2019
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gunicorn==19.9.0
django-redis-cache==2.1.0

#For resizing images
pillow==6.2.0
pillow==6.2.1
14 changes: 8 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Base packages
pip==19.2.3
pip==19.3.1
appdirs==1.4.3
virtualenv==16.7.5
virtualenv==16.7.7

django==1.11.25 # pyup: <1.12
django-extensions==2.2.3
django-extensions==2.2.5
django_polymorphic==2.1.2

djangorestframework==3.10.3
Expand Down Expand Up @@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore

django-allauth==0.40.0

GitPython==3.0.3
GitPython==3.0.4

# Search
elasticsearch==6.4.0 # pyup: <7.0.0
Expand All @@ -64,7 +64,9 @@ git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17
# ImportError: cannot import name 'Document'
django-elasticsearch-dsl==0.5.1 # pyup: ignore
selectolax==0.2.1
orjson==2.0.7

# Ignoring orjson for now because it makes Travis to fail
orjson==2.0.7 # pyup: ignore

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

django-formtools==2.1
django-crispy-forms==1.7.2
django-crispy-forms==1.8.0

docker==4.1.0

Expand Down
6 changes: 3 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
-r local-docs-build.txt

django-dynamic-fixture==2.0.0
pytest==5.2.1
pytest-django==3.5.1
pytest==5.2.2
pytest-django==3.6.0
pytest-xdist==1.30.0
pytest-cov==2.8.1
apipkg==1.5
Expand All @@ -18,7 +18,7 @@ execnet==1.7.1
Mercurial==4.4.2 # pyup: ignore

yamale==2.0.1
pytest-mock==1.11.1
pytest-mock==1.11.2

# local debugging tools
datadiff==2.0.0
Expand Down