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 16 #5619

Merged
merged 6 commits into from
Apr 24, 2019
Merged
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
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ django-allauth==0.39.1
GitPython==2.1.10 # pyup: ignore

# Search
elasticsearch==6.3.1
elasticsearch==6.3.1 # pyup: <7.0.0


# elasticsearch-dsl==6.3.1 produces this error
Expand All @@ -61,15 +61,15 @@ pyquery==1.4.0
# lxml is used by pyquery
# defusedxml is recommended when using lxml
lxml==4.3.3
defusedxml==0.5.0
defusedxml==0.6.0

# Utils
django-gravatar2==1.4.2
pytz==2018.9
pytz==2019.1
Unipath==1.1
django-kombu==0.9.4
mock==2.0.0
stripe==2.24.1
stripe==2.25.0

# 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 Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ execnet==1.6.0
Mercurial==4.4.2 # pyup: ignore

yamale==1.10.0
pytest-mock==1.10.3
pytest-mock==1.10.4

# local debugging tools
datadiff==2.0.0
Expand Down