From f4eb4e52f61b5b27c11713b8ea6ed607dd707da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 04:40:59 +0000 Subject: [PATCH] Update sphinxcontrib-bibtex requirement from <2.0.0 to <3.0.0 Updates the requirements on [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex) to permit the latest version. - [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/0.2...2.5.0) --- 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 af7c787..948290e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ "pydata-sphinx-theme", "sphinx", "sphinx-astropy", - "sphinxcontrib.bibtex < 2.0.0", + "sphinxcontrib.bibtex < 3.0.0", "tomlkit", ]