From ef82ec7060549019ad398d9138a60728f0e0adb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:37:07 +0000 Subject: [PATCH] chore(deps): update dependency buildifier_prebuilt to v0.4.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f29186a..9ab37af 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -14,10 +14,10 @@ mypy_integration_deps("//:current_mypy_version.txt") http_archive( name = "buildifier_prebuilt", - sha256 = "0450069a99db3d414eff738dd8ad4c0969928af13dc8614adbd1c603a835caad", - strip_prefix = "buildifier-prebuilt-0.4.0", + sha256 = "c0c8a5e6caf9a99b037e77ed7a5f17615d50881d0d93de3e85c014705f7914fd", + strip_prefix = "buildifier-prebuilt-0.4.1", urls = [ - "http://github.com/keith/buildifier-prebuilt/archive/0.4.0.tar.gz", + "http://github.com/keith/buildifier-prebuilt/archive/0.4.1.tar.gz", ], )