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 13 #5558

Merged
merged 8 commits into from
Apr 2, 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
5 changes: 4 additions & 1 deletion requirements/docs-lint.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Sphinx==1.8.5
# Use <2.x until we fix some issues in our theme.
# Some things are not rendering properly and sidebar shows titles in gray.
Sphinx==1.8.5 # pyup: <2.0.0

rstcheck==3.3.1
4 changes: 2 additions & 2 deletions requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
Pygments==2.3.1

mkdocs==1.0.4
Markdown==3.0.1
Markdown==3.1

# Docs
sphinxcontrib-httpdomain==1.7.0
sphinx-prompt==1.0.0
sphinx-notfound-page==0.1
sphinx-notfound-page==0.2.1
commonmark==0.8.1
recommonmark==0.5.0
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ django-extensions==2.1.6
djangorestframework==3.9.2

# For intersphinx during builds
Sphinx==1.8.5
# Use <2.x until we fix some issues in our theme.
# Some things are not rendering properly and sidebar shows titles in gray.
Sphinx==1.8.5 # pyup: <2.0.0

# Filtering for the REST API
django-filter==2.1.0
Expand Down Expand Up @@ -58,7 +60,7 @@ pyquery==1.4.0

# lxml is used by pyquery
# defusedxml is recommended when using lxml
lxml==4.3.2
lxml==4.3.3
defusedxml==0.5.0

# Utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-django==3.4.6 # pyup: <3.4.7
pytest-xdist==1.27.0
pytest-cov==2.6.1
apipkg==1.5
execnet==1.5.0
execnet==1.6.0

# Mercurial 4.3 and newer require Python 2.7
# Mercurial is actively being ported to Python 3. As of Mercurial 4.3,
Expand All @@ -22,7 +22,7 @@ execnet==1.5.0
Mercurial==4.4.2 # pyup: ignore

yamale==1.10.0
pytest-mock==1.10.2
pytest-mock==1.10.3

# local debugging tools
datadiff==2.0.0
Expand Down