mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Update mt-940 requirement from ==4.23.* to ==4.30.* (#3345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
co-authored by
Raphael Michel
parent
8570f53ed0
commit
bfd0eee2c1
+1
-1
@@ -68,7 +68,7 @@ dependencies = [
|
|||||||
"lxml",
|
"lxml",
|
||||||
"markdown==3.4.3", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
|
"markdown==3.4.3", # 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
|
# We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7
|
||||||
"mt-940==4.23.*",
|
"mt-940==4.30.*",
|
||||||
"oauthlib==3.2.*",
|
"oauthlib==3.2.*",
|
||||||
"openpyxl==3.1.*",
|
"openpyxl==3.1.*",
|
||||||
"packaging",
|
"packaging",
|
||||||
|
|||||||
@@ -215,13 +215,13 @@ EXPECTED = [
|
|||||||
'payer': 'MUELLER',
|
'payer': 'MUELLER',
|
||||||
'iban': '234567',
|
'iban': '234567',
|
||||||
'bic': '10020030',
|
'bic': '10020030',
|
||||||
'reference': 'NONREF//55555\nMiete November'},
|
'reference': 'NONREF\n55555\nMiete November'},
|
||||||
{'amount': '3000.00',
|
{'amount': '3000.00',
|
||||||
'date': '2002-11-02',
|
'date': '2002-11-02',
|
||||||
'payer': 'MUELLER',
|
'payer': 'MUELLER',
|
||||||
'iban': '0847564700',
|
'iban': '0847564700',
|
||||||
'bic': '50060400',
|
'bic': '50060400',
|
||||||
'reference': 'NONREF//55555\nGehalt OktoberFirma Mustermann GmbH'},
|
'reference': 'NONREF\n55555\nGehalt OktoberFirma Mustermann GmbH'},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{'amount': '-400.62',
|
{'amount': '-400.62',
|
||||||
@@ -245,7 +245,7 @@ EXPECTED = [
|
|||||||
'payer': 'PETER PETERSEN',
|
'payer': 'PETER PETERSEN',
|
||||||
'iban': '5555555555',
|
'iban': '5555555555',
|
||||||
'bic': '50050050',
|
'bic': '50050050',
|
||||||
'reference': 'NONREF//00000000\nRECHNUNG 20120165PETER PETERSEN\n0001'}
|
'reference': 'NONREF\n000000000001\nRECHNUNG 20120165PETER PETERSEN'}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
{'amount': '5000.00', 'date': '2002-03-17',
|
{'amount': '5000.00', 'date': '2002-03-17',
|
||||||
|
|||||||
Reference in New Issue
Block a user