diff --git a/.renovaterc.json b/.renovaterc.json index 69461eb..c5141b6 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -43,7 +43,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.3.1", + "pip install copier==9.4.1", "copier update --defaults --vcs-ref {{{newVersion}}}" ] },