From 17da56d90a8eabd78ce3fe8cbcfe911e4978fba0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:27:41 +0000 Subject: [PATCH] uv: Update to version 0.1.21 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index fcde4beadb..756c3bb08d 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.20", + "version": "0.1.21", "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.20/uv-x86_64-pc-windows-msvc.zip", - "hash": "9be323847cfab082cb2dfa75a5f42631efcd7c1ffbab96d0f36cd7afef4a0c9a" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.21/uv-x86_64-pc-windows-msvc.zip", + "hash": "d453b672f4db4a5fed1d7cefec2696b7c6e534f340da22f2d275b0e093c29e60" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.20/uv-i686-pc-windows-msvc.zip", - "hash": "b20110c34f308608d2061786c334e6004e2e91ec165232689fb6c2a4209889c9" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.21/uv-i686-pc-windows-msvc.zip", + "hash": "8713eda354e6dfe9b5d4802c3da111c76210dd7dc671df62fe2fbbfa50522ab8" } }, "bin": "uv.exe",