From 91bf9b6d520f115bf77bc4c9fb9b38871fce7bd3 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:07:36 +0000 Subject: [PATCH] chore(deps): update dependency copier to v9.4.1 --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index e695f9c..1386cf9 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -42,7 +42,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.3.1", + "pip install copier==9.4.1", "copier update --defaults --vcs-ref {{{newVersion}}}" ] },