From f9e76580b2119460d6f35d42016376452c4ade96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:37:24 +0000 Subject: [PATCH] build(deps): update sphinx requirement from ~=7.3 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/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5572c8..88a82df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "types-tqdm~=4.66.0", "types-tabulate~=0.9.0", ] -docs = ["pydata-sphinx-theme~=0.13", "sphinx~=7.3", "sphinx-click~=6.0"] +docs = ["pydata-sphinx-theme~=0.13", "sphinx~=8.0", "sphinx-click~=6.0"] [project.scripts] stac-asset = "stac_asset._cli:cli"