From bf0b39e401a05ff536c639887665a597089e4d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:08:47 +0000 Subject: [PATCH 1/2] build(deps-dev): update sphinx requirement from <7.0 to <8.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v7.2.5) --- updated-dependencies: - dependency-name: sphinx 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 cbff99b9..1c894611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ ] docs = [ "nbsphinx", - "sphinx<7.0", + "sphinx<8.0", "stsci_rtd_theme", "sphinx-astropy", "sphinx-automodapi", From 42661c2e73c1411e637a399f6befa85629fe68fe Mon Sep 17 00:00:00 2001 From: Bradley Sappington <101193271+BradleySappington@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:54:29 -0400 Subject: [PATCH 2/2] Update pyproject.toml remove pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c894611..aafafcf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ ] docs = [ "nbsphinx", - "sphinx<8.0", + "sphinx", "stsci_rtd_theme", "sphinx-astropy", "sphinx-automodapi",