From 30295e340ceed063f8ac09e64f5066aa6dc3cf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:36:30 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.1.3 to ~=8.2.3 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/v8.1.3...v8.2.3) --- 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 e850b99..fbe517c 100644 --- a/fdmlpy/requirements.txt +++ b/fdmlpy/requirements.txt @@ -1,3 +1,3 @@ build~=1.2.2 -sphinx~=8.1.3 +sphinx~=8.2.3 sphinx_rtd_theme~=3.0.2