From 0c83b07f6b3dcdca525fffa65ddefb2ebb1b24a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:05:39 +0000 Subject: [PATCH] Update mwparserfromhell requirement from <1.0,>=0.7 to >=0.7.2,<1.0 Updates the requirements on [mwparserfromhell](https://github.com/earwig/mwparserfromhell) to permit the latest version. - [Release notes](https://github.com/earwig/mwparserfromhell/releases) - [Changelog](https://github.com/earwig/mwparserfromhell/blob/main/CHANGELOG) - [Commits](https://github.com/earwig/mwparserfromhell/compare/v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: mwparserfromhell dependency-version: 0.7.2 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 e82002b..59f1978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,4 +57,4 @@ pytest==9.1.1 # Python 3.14 on Windows currently attempts a local C build that requires # Microsoft C++ Build Tools. The project already contains a pure Python regex # fallback, so skip this package on Python 3.14 and newer. -mwparserfromhell>=0.7,<1.0; python_version < "3.14" +mwparserfromhell>=0.7.2,<1.0; python_version < "3.14"