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 07 #5305

Merged
merged 4 commits into from
Feb 18, 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
2 changes: 1 addition & 1 deletion requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Base packages
docutils==0.14
Sphinx==1.8.4
sphinx_rtd_theme==0.4.2
sphinx_rtd_theme==0.4.3
sphinx-tabs==1.1.10
# Required to avoid Transifex error with reserved slug
# https://github.com/sphinx-doc/sphinx-intl/pull/27
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ celery==4.1.1 # pyup: ignore
django-allauth==0.38.0

# VCS
httplib2==0.12.0
httplib2==0.12.1

# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
# of an UnicodeError
Expand Down Expand Up @@ -66,7 +66,7 @@ beautifulsoup4==4.7.1
Unipath==1.1
django-kombu==0.9.4
mock==2.0.0
stripe==2.20.3
stripe==2.21.0

django-formtools==2.1

Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r local-docs-build.txt

django-dynamic-fixture==2.0.0
pytest==4.2.0
pytest==4.2.1
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 merge this #5294 before

Copy link
Member

Choose a reason for hiding this comment

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

We can fix the pytest issue on that PR instead of blocking this one.

pytest-django==3.4.7
pytest-xdist==1.26.1
pytest-cov==2.6.1
Expand Down