From 39cd65a9607aceec0aef0dfbcdea7f5dc1059b93 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Mon, 12 Apr 2021 02:48:47 +1000
Subject: [PATCH 1/2] Pin sphinx_rtd_theme to latest version 0.5.2

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

diff --git a/doc-requirements.txt b/doc-requirements.txt
index 9d00def..6926ae9 100644
--- a/doc-requirements.txt
+++ b/doc-requirements.txt
@@ -1,4 +1,4 @@
 sphinx>=1.3
 sphinxcontrib-napoleon>=0.4.3
 mock
-sphinx_rtd_theme
+sphinx_rtd_theme==0.5.2

From e0d5e8fa5d6668c25c7be93ea4e0dfb487d3fc67 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Wed, 5 May 2021 05:10:35 +1000
Subject: [PATCH 2/2] Pin pytest to latest version 6.2.4

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

diff --git a/test-requirements.txt b/test-requirements.txt
index 9955dec..a3737d7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +1,2 @@
-pytest
+pytest==6.2.4
 pytest-cov