diff --git a/bucket/ruff.json b/bucket/ruff.json index 2bc862a675..fd9f9fa21b 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.4.2", + "version": "0.4.3", "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.4.2/ruff-0.4.2-x86_64-pc-windows-msvc.zip", - "hash": "ede9b71bae135e2042a5bdc61446da4c059776640ca803dd24a07a3d9a335ec1" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.3/ruff-0.4.3-x86_64-pc-windows-msvc.zip", + "hash": "25955175aa3ea8f250d8569b4bc6a0837dca7989873ef1de3479588bfc876211" }, "32bit": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-i686-pc-windows-msvc.zip", - "hash": "521e4088ae693eb5e2ad16f6a8d70ccf97c2ca3b733117a50af27464036d3af5" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.3/ruff-0.4.3-i686-pc-windows-msvc.zip", + "hash": "b50ed1c9f20a2a1d6ed7d961d5f1df76423ee7541410a4460fed5353e5c5f846" }, "arm64": { - "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.2/ruff-0.4.2-aarch64-pc-windows-msvc.zip", - "hash": "19febbd1eb6bf4c7091b323548aee452d342e35f0daddcb2445e4416bf37bfaf" + "url": "https://github.com/astral-sh/ruff/releases/download/v0.4.3/ruff-0.4.3-aarch64-pc-windows-msvc.zip", + "hash": "2c7cbbb5819cb6ee946efd1ed871fb655302b55055cde1b43894620b808bdd13" } }, "bin": "ruff.exe",