From e3194cee3e0415d4925357f3676b2c21a32de857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:17:45 +0000 Subject: [PATCH] Bump sphinxcontrib-bibtex from 2.4.2 to 2.5.0 in /docs Bumps [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/releases) - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/compare/2.4.2...2.5.0) --- 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..56a36fc 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.5.0 furo==2022.6.21