From 6abce87f955deee24d68638e7c101d77c72fa614 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:30:04 +0000 Subject: [PATCH] hatch: Update to version 1.16.2 --- bucket/hatch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/hatch.json b/bucket/hatch.json index c1d91cc37d..b284838c65 100644 --- a/bucket/hatch.json +++ b/bucket/hatch.json @@ -1,16 +1,16 @@ { - "version": "1.16.1", + "version": "1.16.2", "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.16.1/hatch-x86_64-pc-windows-msvc.zip", - "hash": "13907b3d7cf134706c286e76a74c30466d84ac00abbe71a32ff55f72f2299415" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.2/hatch-x86_64-pc-windows-msvc.zip", + "hash": "46bcabd25b5e1d39b2b92fa503f18ba507e362abffdb462b5bcece28ad90ecd1" }, "32bit": { - "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.1/hatch-i686-pc-windows-msvc.zip", - "hash": "40b9af2c1210112d53cad635db479c2606396d7a6fe66fb9fc272c119f45976c" + "url": "https://github.com/pypa/hatch/releases/download/hatch-v1.16.2/hatch-i686-pc-windows-msvc.zip", + "hash": "16c636c2fe1d9358a3fdd9f22441378c19f647dee134c5861b461aff8660d4ed" } }, "bin": "hatch.exe",