From 9dd68bc2b7ff96c510f675208ea7fdd3750c4349 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:25:18 +0000 Subject: [PATCH] uv: Update to version 0.2.18 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 93594c6721..336eb32f05 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.2.17", + "version": "0.2.18", "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.2.17/uv-x86_64-pc-windows-msvc.zip", - "hash": "e77465f8a964cf0cbd932af506df6ca42ce288e6db4df312c53f27b05c7c09e5" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.18/uv-x86_64-pc-windows-msvc.zip", + "hash": "16dff877e19f61d094af35878a00b592302a1794c1c27afb1b194106931e9e59" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.2.17/uv-i686-pc-windows-msvc.zip", - "hash": "ed5dc4a4341e7af3d92ef0649df6152b555b16e09c072c43f7f39b9d5bdce784" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.18/uv-i686-pc-windows-msvc.zip", + "hash": "554b9b65eee4f30b70ff2d3b1c2cee07600eef176c235d8639aacdca799610c4" } }, "bin": "uv.exe",