diff --git a/bucket/ruff.json b/bucket/ruff.json index c52429c24d..3225a8767c 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.8", + "version": "0.1.9", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/astral-sh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.8/ruff-0.1.8-x86_64-pc-windows-msvc.zip", - "hash": "8706e8a644919f827f6e1af30184cfb7f74c675cc7b1a9c61047b0ca5b428dfd" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-x86_64-pc-windows-msvc.zip", + "hash": "114e57029f966d2a20fc51d1028a349d2da42fb50fd2e1f431ce80c48d9f8d01" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.8/ruff-0.1.8-i686-pc-windows-msvc.zip", - "hash": "ec03ca13aafabe067d4cd54f080efd3d7924f232966767dbdf448d987cfeabeb" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-i686-pc-windows-msvc.zip", + "hash": "d41b9df084bd2ada170e9e37cb57d5ad94f29519df08715108fc06b88c2bab0a" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.8/ruff-0.1.8-aarch64-pc-windows-msvc.zip", - "hash": "7a0f62c8c02d75fb83a12d55328aa853f6f90423ca6a6264b69bbcb8f7e97945" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.1.9/ruff-0.1.9-aarch64-pc-windows-msvc.zip", + "hash": "f8fe75352383cfa777a652b5e43be8c858fd77e6e501954aea5f37761ab3295a" } }, "bin": "ruff.exe",