diff --git a/bucket/ruff.json b/bucket/ruff.json index 3bd3090e71..478a905893 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.8.6", + "version": "0.9.0", "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.8.6/ruff-x86_64-pc-windows-msvc.zip", - "hash": "4ca646f3659a88eb64b73bcfd4a4927c0194005c5aff69f4c71406d4370360c2" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-x86_64-pc-windows-msvc.zip", + "hash": "3e9db77d8f91977f8f00fbce61a2a5f3cd747ceaf24aee03309d114233fe8fbf" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-i686-pc-windows-msvc.zip", - "hash": "00f6a747a5fb29d604e8921ee2564523e93f1e85522d9e347af703220a596a1e" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-i686-pc-windows-msvc.zip", + "hash": "7ab0393909605bedb8db948366dbe811a9568f4a0b7fb7df109829f81530a18e" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.8.6/ruff-aarch64-pc-windows-msvc.zip", - "hash": "1b1a9cc718c59e7c2a9fd471ba39b7eed7730094b7d8ecdc554bbb66f53715d0" + "url": "https://github.com/astral-sh/ruff/releases/download/0.9.0/ruff-aarch64-pc-windows-msvc.zip", + "hash": "0a027f0966de7a2fedef4c0b5c21d0e78a4711d3a4f8c413b643c564315db42d" } }, "bin": "ruff.exe",