From 24585173b2bbc8393230f789928fc53bc9b5c56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:27:34 +0000 Subject: [PATCH] Bump sphinx from 7.1.2 to 7.2.5 in /client/python Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5. - [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/v7.1.2...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/pyproject.toml b/client/python/pyproject.toml index fe5085afcf7..a38711a4c97 100644 --- a/client/python/pyproject.toml +++ b/client/python/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "G-Research Open Source Software", email = "armada@armadapro [project.optional-dependencies] format = ["black==23.7.0", "flake8==6.1.0", "pylint==2.17.5"] # note(JayF): sphinx-jekyll-builder was broken by sphinx-markdown-builder 0.6 -- so pin to 0.5.5 -docs = ["sphinx==7.1.2", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"] +docs = ["sphinx==7.2.5", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"] test = ["pytest==7.3.1", "coverage>=6.5.0", "pytest-asyncio==0.21.1"] [build-system]