From 1574be4de5837a76aa62bf96b317c43de6a5a373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 00:03:23 +0000 Subject: [PATCH] Update mdformat requirement from <0.8.0,>=0.7.0 to >=0.7.0,<1.1.0 Updates the requirements on [mdformat](https://github.com/hukkin/mdformat) to permit the latest version. - [Commits](https://github.com/hukkin/mdformat/compare/0.7.0...1.0.0) --- updated-dependencies: - dependency-name: mdformat dependency-version: 1.0.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 2b726e3..a335ed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flit tox pytest -mdformat >=0.7.0,<0.8.0 +mdformat >=0.7.0,<1.1.0 mdit_py_plugins