diff --git a/bucket/ruff.json b/bucket/ruff.json index d29bcbc04b..7e1541032c 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.5.5", + "version": "0.5.6", "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.5.5/ruff-x86_64-pc-windows-msvc.zip", - "hash": "161eb7ae4f38d8b54e46b153f0a5b2ee6de55d198ca495ee1c0a1c0b2e0a8f26" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-x86_64-pc-windows-msvc.zip", + "hash": "3132da48d8c0596079a96d3c68cbe5e11353c8ed862b4221b2036830cf86a1db" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-i686-pc-windows-msvc.zip", - "hash": "75a604d31e2ecc4890727b8ac55e63be7cb3151800be56e62c4aa70f67b6d3e2" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-i686-pc-windows-msvc.zip", + "hash": "fbbffe35e6aba3fcf78b40824d2b318b9f7c06a944e9ae4ded3dd0edeab3beb9" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.5.5/ruff-aarch64-pc-windows-msvc.zip", - "hash": "f179ae5848892e940da3b27893bb5d0a9b1176a8228a55e099cd9bc7f16c0090" + "url": "https://github.com/astral-sh/ruff/releases/download/0.5.6/ruff-aarch64-pc-windows-msvc.zip", + "hash": "d6826baf8e5cc40a5045ece127eb48e4ce4e95aa80435b70831be1bc6ec7f488" } }, "bin": "ruff.exe",