From d9e7e9ac22dcb3fc4b254aa68abee3982070fe8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:37:29 +0300 Subject: [PATCH] Update sphinx requirement from ~=7.4.0 to ~=7.4.3 in /fdmlpy (#33) 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/v7.4.0...v7.4.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fdmlpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdmlpy/requirements.txt b/fdmlpy/requirements.txt index 82e47de..8d76b3a 100644 --- a/fdmlpy/requirements.txt +++ b/fdmlpy/requirements.txt @@ -1,3 +1,3 @@ build~=0.10.0 -sphinx~=7.4.0 +sphinx~=7.4.3 sphinx_rtd_theme~=2.0.0