mirror of
https://github.com/pretix/pretix.git
synced 2026-08-10 10:47:00 +00:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user