From 4ffda2f297e5a77f6ac0bdacba3100d3cef4c906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 06:27:55 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.1.3 to ~=8.2.1 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/v8.2.1/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.1) --- 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..26cd6f4 100644 --- a/fdmlpy/requirements.txt +++ b/fdmlpy/requirements.txt @@ -1,3 +1,3 @@ build~=1.2.2 -sphinx~=8.1.3 +sphinx~=8.2.1 sphinx_rtd_theme~=3.0.2