From ee7e7cc4bafafb6b1427f2699a1d63fc5982fadd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Oct 2024 07:45:03 -0700 Subject: [PATCH 1/2] Pin sphinxcontrib-bibtex to latest version 2.6.3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ef36add..38d2474 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -sphinxcontrib-bibtex +sphinxcontrib-bibtex==2.6.3 From edf940da21aeb66d3cab04b9b7985c0bd40269c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Oct 2024 07:45:04 -0700 Subject: [PATCH 2/2] Pin six to latest version 1.16.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index def87af..9e688a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Library dependencies for the Python code. You need to install these with # `pip install -r requirements.txt` before you can run this. -six +six==1.16.0