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