From 4a676027ac65d6996cc8e82c4014de164c364e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 02:48:35 +0000 Subject: [PATCH] Update sphinx requirement from >=4.5,<6.3 to >=4.5,<7.2 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/v4.5.0...v7.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d23d401..591e9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [{include = "autoregistry"}] python = ">=3.8" [tool.poetry.group.docs.dependencies] -sphinx = ">=4.5,<6.3" +sphinx = ">=4.5,<7.2" sphinx_rtd_theme = ">=1.0,<1.4" [tool.poetry.group.dev.dependencies]