From 9a91a3aa0a27e5bcc9667fab0c1ba90bb6c37641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:30:43 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from <1.3,>=0.4.3 to >=0.4.3,<1.4 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.4.3...1.3.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme 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 bb803004..78d5aebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "myst-nb>=0.13.2,<0.18", "sphinx>=5.2.0,<7.3", "sphinxcontrib-httpdomain>=1.7.0,<1.9", - "sphinx_rtd_theme>=0.4.3,<1.3" + "sphinx_rtd_theme>=0.4.3,<1.4" ] test = [ "coverage>=4.5.3,<7.3",