diff --git a/bucket/ruff.json b/bucket/ruff.json index 7804784ec4..2d3f816e60 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.8", + "version": "0.4.9", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-x86_64-pc-windows-msvc.zip", - "hash": "a2dd4edaf097916cbd79a743bd180d5a046ff37f03a0043e91bed42c17d24770" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.9/ruff-0.4.9-x86_64-pc-windows-msvc.zip", + "hash": "db955f6d099ad93ba09035eb652ba16b06b6926571f8f27bc93080dfc12d25e7" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-i686-pc-windows-msvc.zip", - "hash": "b5a64df0ae78d89d67d6247b3694eb516b7ca3021404f74860cbd3b0db3aed89" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.9/ruff-0.4.9-i686-pc-windows-msvc.zip", + "hash": "5467ed22a35735d9a35d42677a933ed37143ab750bd808e270d88c05db067e8d" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.8/ruff-0.4.8-aarch64-pc-windows-msvc.zip", - "hash": "84dd466862fc9532c1ecd30f080ab4b9f876a46a1158fe726e808026bdb9c726" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.9/ruff-0.4.9-aarch64-pc-windows-msvc.zip", + "hash": "28bb29e09943707cd16fcda5160039fdecb141903ae69c666395398d5cef5231" } }, "bin": "ruff.exe",