From 954cfec2d2ba841e13fc9dbd8d66ed9c95d82012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:30:34 +0000 Subject: [PATCH] chore: bump sphinx from 7.3.7 to 7.4.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.5. - [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.5) --- 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..2f70dbf 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.5", "sphinx-autodoc-typehints==2.2.0", "sphinx-copybutton==0.5.2", ]