From 67989a1838d3dae32fddc356a801d9eb3393c800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:28 +0000 Subject: [PATCH] Update mdit-py-plugins requirement from >=0.4.0 to >=0.5.0 Updates the requirements on [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) to permit the latest version. - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: mdit-py-plugins dependency-version: 0.5.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 71a33b2..e76026e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ flit>=3.12.0 tox>=4.31.0 pytest>=8.0.0 mdformat >=0.7.0 -mdit_py_plugins >=0.4.0 +mdit_py_plugins >=0.5.0