From 81eb22f91fae9e20f1ff882c2817dfc971dedf25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 05:47:26 +0000 Subject: [PATCH] Bump sphinx from 6.2.0 to 6.2.1 (#239) 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 ef9d70f0..1f830d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] doc = [ "numpydoc==1.5.0", - "Sphinx==6.2.0", + "Sphinx==6.2.1", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==0.8.3", "sphinx-design==0.4.1",