diff --git a/bucket/ruff.json b/bucket/ruff.json index e53481b727..47c650191c 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.11.4", + "version": "0.11.5", "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.11.4/ruff-x86_64-pc-windows-msvc.zip", - "hash": "b8b64b08a371e195fd76a9a4f38d30de9ca3c0151eea776d55c53324c3de4ea4" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.5/ruff-x86_64-pc-windows-msvc.zip", + "hash": "2679f4187e5cb317c5a1af17f6114d314b0d5534147097773e1cc0fd8b512429" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-i686-pc-windows-msvc.zip", - "hash": "2d068600be4a657b888ab4654c94b0f7f63d3246ea7fff14b734d2ab0053718c" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.5/ruff-i686-pc-windows-msvc.zip", + "hash": "d3333b62d4ef26d2872f6c0f3f6340da161f8e4bbc7359dd9a8eab2cb4bd2f1b" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.11.4/ruff-aarch64-pc-windows-msvc.zip", - "hash": "90ff70103285d09929f7b31a11c30bd2c5df752e2d3a61e540599cee06c39dc9" + "url": "https://github.com/astral-sh/ruff/releases/download/0.11.5/ruff-aarch64-pc-windows-msvc.zip", + "hash": "b31e0b25db4810115f714669152ad953e2b0902630c730457152bddebf2ca3c2" } }, "bin": "ruff.exe",