From 7c3907cb36920d3292824b63df33d6dc8400c43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:06 +0000 Subject: [PATCH] Update breathe requirement from >=4.14 to >=4.36.0 Updates the requirements on [breathe](https://github.com/breathe-doc/breathe) to permit the latest version. - [Release notes](https://github.com/breathe-doc/breathe/releases) - [Changelog](https://github.com/breathe-doc/breathe/blob/main/CHANGELOG.rst) - [Commits](https://github.com/breathe-doc/breathe/compare/v4.14.0...v4.36.0) --- updated-dependencies: - dependency-name: breathe dependency-version: 4.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78566bd..996f122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Sphinx>=2.4.3 sphinx_rtd_theme -breathe>=4.14 +breathe>=4.36.0 sphinxcontrib_bibtex numpydoc more_itertools