From 895ecbb0fc120cb5d1a7d0e93d6d4f4820d3afd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:33:08 +0000 Subject: [PATCH] uv: Update to version 0.1.19 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 2fd847f2e9..53c8967359 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.18", + "version": "0.1.19", "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.18/uv-x86_64-pc-windows-msvc.zip", - "hash": "c34cf263728d784ec98eb6bfda4adb2d7e9ab5f649af8e22a05b60253f919668" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.19/uv-x86_64-pc-windows-msvc.zip", + "hash": "41f9663eb2407ad661d0f204dcf479a93257a72be06d36e787b0dea93fcc2e0e" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.18/uv-i686-pc-windows-msvc.zip", - "hash": "f4e17a94f14bc775dbef4fffc59ce6290e05806e93c348d60e82adc4d9850d51" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.19/uv-i686-pc-windows-msvc.zip", + "hash": "0c22efc82e8aafd73b1183bebc36f5712df260df6b42b1b4649a16143c1a47bc" } }, "bin": "uv.exe",