diff --git a/bucket/ruff.json b/bucket/ruff.json index 35ab4bfb26..a0d1d255a4 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.14.7", + "version": "0.14.8", "description": "An extremely fast Python linter and code formatter, written in Rust.", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-x86_64-pc-windows-msvc.zip", - "hash": "9a54b82e12574ea068e0914cdb1398993cbf78338c0799b6f9003a783fec779b" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-x86_64-pc-windows-msvc.zip", + "hash": "a837e98f5e6a21222a896f60521f563aea2c686a07cad17da9f5b5f2c4e04f8a" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-i686-pc-windows-msvc.zip", - "hash": "46d16810e1a0e7efd5c25efc60b719225c3a8b8a7fb662b61f293eeb62ccafdb" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-i686-pc-windows-msvc.zip", + "hash": "2bdff511119eb9d94e5a240c15bef668c43b0640e61c549b32242d7b04efd062" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-aarch64-pc-windows-msvc.zip", - "hash": "24ca141d57fcd5bd303ca51af002cb9a815f072d9076b40ec2813835d46c4a82" + "url": "https://github.com/astral-sh/ruff/releases/download/0.14.8/ruff-aarch64-pc-windows-msvc.zip", + "hash": "965217e69f6d43e4df25abeec7b51a5ea014dbec219b9b2866ca37dcd312405e" } }, "bin": "ruff.exe",