Upgrade mt-940 to 4.* (#2331)

This commit is contained in:
Raphael Michel
2021-11-18 12:24:54 +01:00
committed by GitHub
parent f9b2920984
commit 146e1aeb67
3 changed files with 28 additions and 19 deletions

View File

@@ -198,7 +198,7 @@ setup(
'lxml',
'markdown==3.3.4', # 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==3.2',
'mt-940==4.23.*',
'oauthlib==3.1.*',
'openpyxl==3.0.*',
'packaging',