From 524fe790046ed2c01b613d76b96c8f2bde3eb75d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:26:52 +0000 Subject: [PATCH] uv: Update to version 0.1.23 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 2ed0ef0103..d663d0e693 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.1.22", + "version": "0.1.23", "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.22/uv-x86_64-pc-windows-msvc.zip", - "hash": "7c597a925a893d6e326d3dbb2971883728968ef815168048896ede472563bc35" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.23/uv-x86_64-pc-windows-msvc.zip", + "hash": "ad1e99dffc902a3d58589e74180ed4399e59c144bef80cae2027414188f66892" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.1.22/uv-i686-pc-windows-msvc.zip", - "hash": "e2620f54e81e89071c9bec1bb3ee2c20856a47290b940965a1c2a8f172a44e69" + "url": "https://github.com/astral-sh/uv/releases/download/0.1.23/uv-i686-pc-windows-msvc.zip", + "hash": "8a03b0c564c9b7a82e7811b913b6db0502a05a59baffbc7a5453259f5527dd32" } }, "bin": "uv.exe",