From 08de509d2f359b15cc80155e9da7b7d9a1c8eb3b Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Mon, 11 Mar 2019 20:17:09 +0100
Subject: [PATCH 1/4] Update sphinx from 1.8.4 to 1.8.5

---
 requirements/pip.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/pip.txt b/requirements/pip.txt
index e4108e925d4..1fb060d7cbc 100644
--- a/requirements/pip.txt
+++ b/requirements/pip.txt
@@ -11,7 +11,7 @@ django-extensions==2.1.6
 djangorestframework==3.9.2
 
 # For intersphinx during builds
-Sphinx==1.8.4
+Sphinx==1.8.5
 
 # Filtering for the REST API
 django-filter==2.1.0

From bd42faffca08577b75b0a9fceee2093c4b463501 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Mon, 11 Mar 2019 20:17:12 +0100
Subject: [PATCH 2/4] Update sphinx from 1.8.4 to 1.8.5

---
 requirements/docs-lint.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/docs-lint.txt b/requirements/docs-lint.txt
index bff8d3708e2..ab5e601d6b3 100644
--- a/requirements/docs-lint.txt
+++ b/requirements/docs-lint.txt
@@ -1,2 +1,2 @@
-Sphinx==1.8.4
+Sphinx==1.8.5
 rstcheck==3.3.1

From d80bd4a1dfad9ce5ae4b2d8dd895b4ce689fe440 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Mon, 11 Mar 2019 20:17:13 +0100
Subject: [PATCH 3/4] Update lxml from 4.3.1 to 4.3.2

---
 requirements/pip.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/pip.txt b/requirements/pip.txt
index 1fb060d7cbc..1e03ee556d5 100644
--- a/requirements/pip.txt
+++ b/requirements/pip.txt
@@ -28,7 +28,7 @@ Pygments==2.3.1
 # These has to be removed once APIv1 is removed
 # https://github.com/rtfd/readthedocs.org/pull/5293
 # https://github.com/rtfd/readthedocs.org/pull/3082
-lxml==4.3.1
+lxml==4.3.2
 defusedxml==0.5.0
 
 # Basic tools

From 5b465510c397f69501732d6d72318d79185bdbb8 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Mon, 11 Mar 2019 20:17:14 +0100
Subject: [PATCH 4/4] Update yamale from 1.8.1 to 1.9.0

---
 requirements/testing.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/testing.txt b/requirements/testing.txt
index f988186e58b..dd421741988 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -21,7 +21,7 @@ execnet==1.5.0
 # (Pinned to 4.4.2 since what we need for testing is still useful)
 Mercurial==4.4.2  # pyup: ignore
 
-yamale==1.8.1
+yamale==1.9.0
 pytest-mock==1.10.1
 
 # local debugging tools