update project.build_depends_on("ddadevops>=4.10.7")

This commit is contained in:
ansgarz 2024-01-12 10:56:55 +01:00
parent b5b377aa6c
commit b647309675

View file

@ -25,7 +25,7 @@ def initialize(project):
"release_repository_name": name,
}
project.build_depends_on("ddadevops>=4.7.0")
project.build_depends_on("ddadevops>=4.10.7")
build = ReleaseMixin(project, input)
build.initialize_build_dir()