generate_changelog.data_merge.deep_merge deep_merge# generate_changelog.data_merge.deep_merge(*dicts)[source]# Merges dicts deeply. Pass the dictionaries to merge as parameters to the function. Parameters: *dicts (dict) – Dicts to merge with the first one as the base Returns: The merged dict Return type: dict