From d21e54ad85b7911e0068351ab314223856a5427a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:37:34 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <5,>=3.2.0 to >=3.2.0,<8 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/v3.2.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5c529e..55bcb70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ Documentation = "https://attr-utils.readthedocs.io/en/latest" [project.optional-dependencies] pprint = [ "prettyprinter==0.18.0",] -sphinx = [ "sphinx<5,>=3.2.0", "sphinx-toolbox>=2.16.0",] -all = [ "prettyprinter==0.18.0", "sphinx<5,>=3.2.0", "sphinx-toolbox>=2.16.0",] +sphinx = [ "sphinx>=3.2.0,<8", "sphinx-toolbox>=2.16.0",] +all = [ "prettyprinter==0.18.0", "sphinx>=3.2.0,<8", "sphinx-toolbox>=2.16.0",] [tool.mkrecipe] conda-channels = [ "conda-forge", "domdfcoding",] From 0a01a6a9de5213a63816b1cf08164d18c689aed2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:37:45 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55bcb70..516da98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ Documentation = "https://attr-utils.readthedocs.io/en/latest" [project.optional-dependencies] pprint = [ "prettyprinter==0.18.0",] -sphinx = [ "sphinx>=3.2.0,<8", "sphinx-toolbox>=2.16.0",] -all = [ "prettyprinter==0.18.0", "sphinx>=3.2.0,<8", "sphinx-toolbox>=2.16.0",] +sphinx = [ "sphinx<8,>=3.2.0", "sphinx-toolbox>=2.16.0",] +all = [ "prettyprinter==0.18.0", "sphinx<8,>=3.2.0", "sphinx-toolbox>=2.16.0",] [tool.mkrecipe] conda-channels = [ "conda-forge", "domdfcoding",]