From c96aab63d5d1a724763343d0f85792ec14c72188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:00:44 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. - [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.3.7...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d04420af5..6d991fc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ docs = [ "jupytext", "jupyter-book>=0.15.1,<1.1", "plotly", - "Sphinx==7.3.7" + "Sphinx==7.4.7" ] full = [ "gplugins[devsim,femwell,gmsh,meow,sax,schematic,tidy3d,vlsir]"