From 116a4a8bff2b36a7577b004e685c2548a84d57ed Mon Sep 17 00:00:00 2001 From: allenporter <6026418+allenporter@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:38:00 +0000 Subject: [PATCH] chore: reject new Cruft update --- .cruft.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 9f55c0e..4b9a7de 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/allenporter/cookiecutter-python", - "commit": "18609c31e5902202929040b431441c3ef27085e4", + "commit": "ba085c7eb7b28adfff80b6a6941c991f0d5c57f1", "checkout": null, "context": { "cookiecutter": { @@ -10,7 +10,8 @@ "project_name": "google_health_api", "description": "An asynchronous, type-safe Python client library for the Google Health API.", "version": "0.0.1", - "_template": "https://github.com/allenporter/cookiecutter-python" + "_template": "https://github.com/allenporter/cookiecutter-python", + "_commit": "ba085c7eb7b28adfff80b6a6941c991f0d5c57f1" } }, "directory": null