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",