From 19063136ba0950fb5c1c17bbd905d8e178c459a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:13:45 +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 8cd9cd5f9..d58ad4980 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -m2r2>=0.3.2 +m2r2>=0.3.4 sphinx>=8,<9 sphinx-autoapi>=3,<4 sphinx-rtd-theme>=3,<4