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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-22 18:13:03 +00:00
committed by GitHub
parent d14dc4c5ff
commit f9bdde2009
+1 -1
View File
@@ -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",