From 1c454600a414a77df7ae6507a9643704c0da7ecb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Mar 2021 08:56:11 +1100 Subject: [PATCH 1/2] Pin sphinx_rtd_theme to latest version 0.5.1 --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 9d00def..4a06975 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.1 From 2a2d7023cc0d5cf49870f493e924894f98d5380d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Mar 2021 08:56:12 +1100 Subject: [PATCH 2/2] Pin pytest to latest version 6.2.2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..62bce80 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==6.2.2 pytest-cov