From 1fd63b7a768204ba9db1e1fc131050e88a135b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:48:15 +0000 Subject: [PATCH] Update sphinx requirement from ^5.3.0 to ^7.2.6 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/v5.3.0...v7.2.6) --- 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 9d14eb87..b5d12afa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ importlib-metadata = {version = "^4.0", python = "<3.8"} optional = true [tool.poetry.group.doc.dependencies] -Sphinx = "^5.3.0" +Sphinx = "^7.2.6" numpydoc = "^1.5.0" ansys-sphinx-theme = "^0.9.7" sphinx-copybutton = "^0.5.1"