From 577496992712e2dca2bec2b1fec0eea87d2cd02d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:05:35 +0000 Subject: [PATCH] uv: Update to version 0.1.29 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 961c8538ec..5eacd2ee65 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.28", + "version": "0.1.29", "description": "An extremely fast Python package installer and resolver, written in Rust.", "homepage": "https://github.com/astral-sh/uv", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.28/uv-x86_64-pc-windows-msvc.zip", - "hash": "5ef7961cf2f35e6df6029c7c83ca3fd08042c9c8b2c692cdeccb19c2a19eb7a6" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.29/uv-x86_64-pc-windows-msvc.zip", + "hash": "7926be66598e6c0f2b07c6db72a1d9c61f7b1cce72663266dcdcbf4055e1c9a3" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.28/uv-i686-pc-windows-msvc.zip", - "hash": "1eddf62f14320c1049294d2aa3ddefc10f8d309a64735e9b06b1a02e587bc134" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.29/uv-i686-pc-windows-msvc.zip", + "hash": "3dac7e8f710f723accadaf876b7034cd1108509e95fb1ad7fff3a8bf579bda3e" } }, "bin": "uv.exe",