From ef5db84453a2b262df64991d41fe2ac91ccaf532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 13:03:59 +0000 Subject: [PATCH] chore(deps): bump m2r2 from 0.3.2 to 0.3.3.post2 Bumps [m2r2](https://github.com/crossnox/m2r2) from 0.3.2 to 0.3.3.post2. - [Release notes](https://github.com/crossnox/m2r2/releases) - [Changelog](https://github.com/CrossNox/m2r2/blob/development/CHANGES.md) - [Commits](https://github.com/crossnox/m2r2/compare/v0.3.2...v0.3.3.post2) --- updated-dependencies: - dependency-name: m2r2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c78dc70a..69a4bc20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pre-commit==3.2.1", ] doc = [ - "m2r2==0.3.2", + "m2r2==0.3.3.post2", "sphinxcontrib-apidoc==0.3.0", "sphinx_rtd_theme==1.2.0", ]