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 14 #5580

Merged
merged 4 commits into from
Apr 13, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.0

#For resizing images
pillow==5.4.1
pillow==6.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only use this as internal requirement for doc builders not in our code. This is safe to update, here is the changelog anyway https://pillow.readthedocs.io/en/stable/releasenotes/6.0.0.html#backwards-incompatible-changes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pytz==2018.9
Unipath==1.1
django-kombu==0.9.4
mock==2.0.0
stripe==2.23.0
stripe==2.24.1

# unicode-slugify==0.1.5 is not released on PyPI yet
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest==4.1.1 # pyup: <4.2
# probably a bug related to overriding django settings in
# previous tests
pytest-django==3.4.6 # pyup: <3.4.7
pytest-xdist==1.27.0
pytest-xdist==1.28.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to update pytest https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst#features, we need to check the corporate site, there was an incompatibility there with the version of pytest

pytest-cov==2.6.1
apipkg==1.5
execnet==1.6.0
Expand Down