From 36bb04218c38d6957932c0389bce0d385020e756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:05:36 +0000 Subject: [PATCH] uv: Update to version 0.1.31 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 5eacd2ee65..3ed9f5fdcd 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.29", + "version": "0.1.31", "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.29/uv-x86_64-pc-windows-msvc.zip", - "hash": "7926be66598e6c0f2b07c6db72a1d9c61f7b1cce72663266dcdcbf4055e1c9a3" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.31/uv-x86_64-pc-windows-msvc.zip", + "hash": "980833bbbbcffb3cf0e2abaf8963cdccfcb4cd378ed980a4168be124efda5c0a" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.29/uv-i686-pc-windows-msvc.zip", - "hash": "3dac7e8f710f723accadaf876b7034cd1108509e95fb1ad7fff3a8bf579bda3e" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.31/uv-i686-pc-windows-msvc.zip", + "hash": "84b3a4480643c722d7b5a53b219d9e4546b428b9acd5bf003584e3d458b61a4a" } }, "bin": "uv.exe",