From 273857784986fde27e8c676c5261ac970327d63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 02:13:54 +0000 Subject: [PATCH] chore(deps): Update m2r2 requirement from >=0.3.2 to >=0.3.4 Updates the requirements on [m2r2](https://github.com/crossnox/m2r2) to permit the latest version. - [Changelog](https://github.com/CrossNox/m2r2/blob/development/CHANGES.md) - [Commits](https://github.com/crossnox/m2r2/compare/v0.3.2...v0.3.4) --- updated-dependencies: - dependency-name: m2r2 dependency-version: 0.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fd7335ea..a4ac71a8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -m2r2>=0.3.2 +m2r2>=0.3.4 sphinx>=8,<9 sphinx-rtd-theme>=3,<4