From 319360931c4940d4ea1bb28451a141bf47cf886c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Sep 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 d94d6f1012bf072149ac0c7ab66050b36bc7f12e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Sep 2024 07:45:03 -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