From 9e87be8b1e4d29f802d315bf410e4fdfe075605b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:36:39 +0000 Subject: [PATCH] Update sphinx requirement from ~=6.2.1 to ~=7.3.7 in /fdmlpy Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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/v6.2.1...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fdmlpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdmlpy/requirements.txt b/fdmlpy/requirements.txt index 21f48ee..3b4bb27 100644 --- a/fdmlpy/requirements.txt +++ b/fdmlpy/requirements.txt @@ -1,3 +1,3 @@ build~=0.10.0 -sphinx~=6.2.1 +sphinx~=7.3.7 sphinx_rtd_theme~=1.2.0