diff --git a/bucket/ruff.json b/bucket/ruff.json index 99051cfa51..8a31dbabcb 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.7.0", + "version": "0.7.1", "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.7.0/ruff-x86_64-pc-windows-msvc.zip", - "hash": "2756a7af416663a8d885282e1cbedf39ccadeeb51e8d4cb7a5e89ba44dfd170a" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-x86_64-pc-windows-msvc.zip", + "hash": "b8172c829aeb6c9952a34da16364e4dc41377ec12212fe0ee3580e32eb850623" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-i686-pc-windows-msvc.zip", - "hash": "e67f6d247ce810f2cefd50191fabc6a6eef44734089dc8f98e1adb41aa428c75" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-i686-pc-windows-msvc.zip", + "hash": "322022c2c7b9a9817aa6250cc466cb5c86e751dca0529943e5550b01efffb68e" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.7.0/ruff-aarch64-pc-windows-msvc.zip", - "hash": "714a958732d2ae6ba73ed1d08bb51e7834064217c07ad927dfae6d6bbbeb166f" + "url": "https://github.com/astral-sh/ruff/releases/download/0.7.1/ruff-aarch64-pc-windows-msvc.zip", + "hash": "b421cb7d43ed453dc3295bb952dc753de79790fa0bd0f1580ad96776217a6e3b" } }, "bin": "ruff.exe",