From 96a8171331718bc8c281fd60516e1942fe61d540 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:00:05 +0000 Subject: [PATCH] uv: Update to version 0.5.15 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 64db813938d83..37127dcef5b49 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.5.14", + "version": "0.5.15", "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.5.14/uv-x86_64-pc-windows-msvc.zip", - "hash": "ee2468e40320a0a2a36435e66bbd0d861228c4c06767f22d97876528138f4ba0" + "url": "https://github.com/astral-sh/uv/releases/download/0.5.15/uv-x86_64-pc-windows-msvc.zip", + "hash": "2c49a892f793b957b0add32aa21a64940caf4bc03319cf0bb3b27caeebb985f7" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.5.14/uv-i686-pc-windows-msvc.zip", - "hash": "2ea709cf816b70661c6aa43d6aff7526faebafc2d45f7167d3192c5b9bb0a28f" + "url": "https://github.com/astral-sh/uv/releases/download/0.5.15/uv-i686-pc-windows-msvc.zip", + "hash": "9092e142ce3a35f8c9f36058c3278f6b99718c02d8b904001ccc1cd918a0c798" } }, "bin": "uv.exe",