diff --git a/.renovaterc.json b/.renovaterc.json index a95e491..d87dcf2 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -78,7 +78,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.11.3", + "pip install copier==9.14.0", "copier update --skip-answered --defaults --vcs-ref {{{newVersion}}}" ] },