From 123ce7082afd8f8a4d744a710e19a45256e14ecf Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:13:17 +0000 Subject: [PATCH] build(deps): update dependency copier to v9.14.0 --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}}" ] },