From 9a5a9f38ab7d47b7a5f588390c53717a89664b39 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 4 Apr 2021 11:08:49 +1000 Subject: [PATCH 1/2] Pin pytest to latest version 6.2.3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..d8556e4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==6.2.3 pytest-cov From 39cd65a9607aceec0aef0dfbcdea7f5dc1059b93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Apr 2021 02:48:47 +1000 Subject: [PATCH 2/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