From 50271f8ac812f879cccdb5d1d5f1a6153244b0ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 04:26:34 +0000 Subject: [PATCH] uv: Update to version 0.1.43 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 1ff85dd706..184821dca6 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.42", + "version": "0.1.43", "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.42/uv-x86_64-pc-windows-msvc.zip", - "hash": "57d82e1b0507aa7b4f2259e411dde942876888265aff04ae1eaa3575ab53fced" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.43/uv-x86_64-pc-windows-msvc.zip", + "hash": "5765acc5bd938e3dd9e47b2807e9552129de466f31cb835b3c0da3029c46def7" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.42/uv-i686-pc-windows-msvc.zip", - "hash": "7c31034d3869d0b38c64c3b5c066676e0f0e03b1598bc51d931d958bce4ef214" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.43/uv-i686-pc-windows-msvc.zip", + "hash": "5e1896d8d83a58c8b02c328c1bcd852515ff760253622b9508228a062120f9c7" } }, "bin": "uv.exe",