From 0ab9d05a8c787d1bf05490d24f83cdbbfb7e40ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:40:19 +0000 Subject: [PATCH] chore: bump sphinx from 7.3.7 to 7.4.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.3. - [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.3) --- 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 1718b0c..5433cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ doc = [ "ansys-sphinx-theme[autoapi]==0.16.6", "numpydoc==1.7.0", - "Sphinx==7.3.7", + "Sphinx==7.4.3", "sphinx-autodoc-typehints==2.2.0", "sphinx-copybutton==0.5.2", ]