Skip to content

pyup: Scheduled weekly dependency update for week 34 #6104

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

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base packages
pip==19.2.2
pip==19.2.3
appdirs==1.4.3
virtualenv==16.7.2
virtualenv==16.7.4

django==1.11.23 # pyup: <1.12
django-extensions==2.2.1
Expand Down Expand Up @@ -42,7 +42,7 @@ celery==4.1.1 # pyup: ignore

django-allauth==0.39.1

GitPython==3.0.1
GitPython==3.0.2

# Search
elasticsearch==6.4.0 # pyup: <7.0.0
Expand Down Expand Up @@ -76,7 +76,7 @@ pytz==2019.2
Unipath==1.1
django-kombu==0.9.4
mock==3.0.5
stripe==2.34.0
stripe==2.35.1

# unicode-slugify==0.1.5 is not released on PyPI yet
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
Expand All @@ -89,7 +89,7 @@ docker==4.0.2
django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
# if there is an update they could break our code
nltk==3.4.4
nltk==3.4.5
textblob==0.15.3

django-annoying==0.10.4
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ execnet==1.7.0
# (Pinned to 4.4.2 since what we need for testing is still useful)
Mercurial==4.4.2 # pyup: ignore

yamale==1.10.1
yamale==2.0
Copy link
Member

Choose a reason for hiding this comment

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

They don't have a changelog, but this is the breaking change 23andMe/Yamale@bb62b3d I'm not sure what the breaking change is, but tests are green. And we only use yamale on tests.

pytest-mock==1.10.4

# local debugging tools
Expand Down