From a9e8821fec61f01b5ded0c368bd5d582c312a8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:07:28 +0000 Subject: [PATCH] chore(deps-dev): update sphinx requirement 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/v5.3.0...v6.0.0) --- 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 964e795e4..73c7321db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "cyclonedx-bom >=3.5.0,<4.0.0", ] docs = [ - "sphinx >=5.3.0,<6.0.0", + "sphinx >=5.3.0,<7.0.0", "sphinx-autodoc-typehints >=1.19.4,<2.0.0", "sphinx-rtd-theme >=1.0.0,<2.0.0", "numpydoc >=1.5.0,<2.0.0",