From 52ba3c9a544f37c165aec36effd3f10cd5225021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:33:59 -0400 Subject: [PATCH] Bump sphinx from 7.4.7 to 8.0.2 (#250) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. - [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.4.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2d8862..ac32785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Source = "https://github.com/sloria/konch/" [project.optional-dependencies] dev = ["konch[tests]", "ptpython", "tox"] -docs = ["sphinx==7.4.7", "sphinx-issues==4.1.0"] +docs = ["sphinx==8.0.2", "sphinx-issues==4.1.0"] tests = ["pytest", "scripttest==1.3", "ipython", "bpython"] [build-system]