Compare commits

...
Author SHA1 Message Date
Raphael Michel d42d8bf1c0 Adjust tests 2026-07-06 17:27:31 +02:00
dependabot[bot]andGitHub f9bdde2009 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>
2026-06-22 18:13:03 +00:00
2 changed files with 3 additions and 5 deletions
+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",
+2 -4
View File
@@ -212,14 +212,12 @@ EXPECTED = [
[
{'amount': '-800.00',
'date': '2002-11-01',
'payer': 'MUELLER',
'iban': '234567',
'payer': '234567MUELLER',
'bic': '10020030',
'reference': 'NONREF\n55555\nMiete November'},
{'amount': '3000.00',
'date': '2002-11-02',
'payer': 'MUELLER',
'iban': '0847564700',
'payer': '0847564700MUELLER',
'bic': '50060400',
'reference': 'NONREF\n55555\nGehalt OktoberFirma Mustermann GmbH'},
],