From 5043b251609a8811c91b5ba9e3e6e3c86b994f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:58:41 +0000 Subject: [PATCH] chore: bump sphinx from 7.3.7 to 7.4.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.4. - [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.4) --- 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..9a024ac 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.4", "sphinx-autodoc-typehints==2.2.0", "sphinx-copybutton==0.5.2", ]