From 67a2ff0d7c6257a217b52de25dc161439ca0a2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:18:44 +0000 Subject: [PATCH] Bump sphinxcontrib-bibtex from 2.4.2 to 2.6.1 in /docs Bumps [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) from 2.4.2 to 2.6.1. - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/compare/2.4.2...2.6.1) --- updated-dependencies: - dependency-name: sphinxcontrib-bibtex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c550fd..40cb4b0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==5.0.2 sphinx-click==4.2.0 -sphinxcontrib_bibtex==2.4.2 +sphinxcontrib_bibtex==2.6.1 furo==2022.6.21