From f9bdde2009a64395aaf60a434ece2d51d8681a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:13:03 +0000 Subject: [PATCH] Update mt-940 requirement from ==4.30.* to ==5.0.* Updates the requirements on [mt-940](https://github.com/WoLpH/mt940) to permit the latest version. - [Release notes](https://github.com/WoLpH/mt940/releases) - [Commits](https://github.com/WoLpH/mt940/compare/v4.30.0...v5.0.0) --- updated-dependencies: - dependency-name: mt-940 dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcb4ddf1f4..0b8712d64e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "lxml", "markdown==3.10.2", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3. # We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7 - "mt-940==4.30.*", + "mt-940==5.0.*", "oauthlib==3.3.*", "openpyxl==3.1.*", "packaging",