diff --git a/bucket/ruff.json b/bucket/ruff.json index cddaef20c1..7f3998d391 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.12.8", + "version": "0.12.9", "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.12.8/ruff-x86_64-pc-windows-msvc.zip", - "hash": "223d7691fc68bfcfb0bbefa35e5d63998721367404573d883e97583fe73a7682" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.9/ruff-x86_64-pc-windows-msvc.zip", + "hash": "9d360dfd4ca5f688aabf542c570644fab8b02a3c0e71460cf51fc4869df03ba6" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.8/ruff-i686-pc-windows-msvc.zip", - "hash": "50bd0eea8f4dc8a94a96cc64f3f61163421f02230672e12b5a91068c7585f7e1" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.9/ruff-i686-pc-windows-msvc.zip", + "hash": "3a043c3f3b5dfd2bd074a6bc86ee83f218dad59dc47b2dcea23ef27ac9b973eb" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/0.12.8/ruff-aarch64-pc-windows-msvc.zip", - "hash": "99cedac1f9b7a321a0e2b81ded68bbaf5dbff6aedac528766eda50d3871ccce9" + "url": "https://github.com/astral-sh/ruff/releases/download/0.12.9/ruff-aarch64-pc-windows-msvc.zip", + "hash": "c747d2ca1bd3bb6df0a2af31f39a53180f2bf556242e5380c495cbd7056c10be" } }, "bin": "ruff.exe",