From 884cddae645eb998980cf58f9a8819c19971b2e5 Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:47:32 +0000 Subject: [PATCH] build(deps): update dependency copier to v9.17.1 --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index a95e491..08f5de7 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.17.1", "copier update --skip-answered --defaults --vcs-ref {{{newVersion}}}" ] },