From d42493f02392c53b443aae0f3e042e37b0fe32d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:35:30 +0000 Subject: [PATCH] Update sphinxcontrib-bibtex requirement from <2.6,>=2.4 to >=2.4,<2.7 Updates the requirements on [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) to permit the latest version. - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/compare/2.4.0...2.6.1) --- updated-dependencies: - dependency-name: sphinxcontrib-bibtex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caf97cac01..0b500cc56a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ doc = [ "sphinx-issues>=1.2,<3.1", "sphinx-reredirects", "sphinx>=4,!=5.1.0,<7.3", - "sphinxcontrib_bibtex>=2.4,<2.6", + "sphinxcontrib_bibtex>=2.4,<2.7", ] test = [ "bandit>=1.6,<1.8",