From e12dd8b82c49da9ff76fe8b19d4712ef2673a39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:09:18 +0000 Subject: [PATCH] build(deps): update sphinx requirement from ~=7.2.2 to >=7.2.2,<7.4.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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.2...v7.3.7) --- 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 bb0264f..9572191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "types-tqdm~=4.66.0", "types-tabulate~=0.9.0", ] -docs = ["pydata-sphinx-theme~=0.13", "sphinx~=7.2.2", "sphinx-click~=5.0"] +docs = ["pydata-sphinx-theme~=0.13", "sphinx>=7.2.2,<7.4.0", "sphinx-click~=5.0"] [project.scripts] stac-asset = "stac_asset._cli:cli"