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