From 530881f0e544acef37500ea228657363ac02ee33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:30:13 +0000 Subject: [PATCH] hatch: Update to version 1.15.0 --- bucket/hatch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hatch.json b/bucket/hatch.json index 5f26445b52..f4a2d12e35 100644 --- a/bucket/hatch.json +++ b/bucket/hatch.json @@ -1,16 +1,16 @@ { - "version": "1.14.2", + "version": "1.15.0", "description": "A modern, extensible Python project manager.", "homepage": "https://hatch.pypa.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.2/hatch-x86_64-pc-windows-msvc.zip", - "hash": "4e2fdc4affa3b30c6bcedd679639af21c71265ae81b05b03c9cc0bbe3762b53c" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-x86_64-pc-windows-msvc.zip", + "hash": "edbea3e6d7c33a5f8e3fa1d8f31ba3198028265fc8055e8ff51cc053dcf1ff3d" }, "32bit": { - "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.14.2/hatch-i686-pc-windows-msvc.zip", - "hash": "0c09f401b5852687d4a7121230b26a2790e0ca020f9771d13803afcbbfdccaff" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-i686-pc-windows-msvc.zip", + "hash": "5c6c169a8dd9ce72a3c49d261cd3435b891c0f449c63ff3421c05e85acbef22a" } }, "bin": "hatch.exe",