From 178454219fe8471c9846ecea939f175190e6b357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 00:38:30 +0000 Subject: [PATCH] hatch: Update to version 1.15.1 --- bucket/hatch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hatch.json b/bucket/hatch.json index f4a2d12e35..baa263c91d 100644 --- a/bucket/hatch.json +++ b/bucket/hatch.json @@ -1,16 +1,16 @@ { - "version": "1.15.0", + "version": "1.15.1", "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.15.0/hatch-x86_64-pc-windows-msvc.zip", - "hash": "edbea3e6d7c33a5f8e3fa1d8f31ba3198028265fc8055e8ff51cc053dcf1ff3d" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.1/hatch-x86_64-pc-windows-msvc.zip", + "hash": "82842edf503b341ba75de7042e5240998e950bc7aa923d92fbc2fcc9bfead445" }, "32bit": { - "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.0/hatch-i686-pc-windows-msvc.zip", - "hash": "5c6c169a8dd9ce72a3c49d261cd3435b891c0f449c63ff3421c05e85acbef22a" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.15.1/hatch-i686-pc-windows-msvc.zip", + "hash": "f92e878644a2543762dbbaeea6425b8003ad76e22449c6dc4a86c125743b23c2" } }, "bin": "hatch.exe",