From b436e1810ce0f29dd2cfe42923eb4706bb694765 Mon Sep 17 00:00:00 2001 From: maleo Date: Mon, 13 May 2024 13:36:48 +0000 Subject: [PATCH] Update rules_python to 0.28.0 for WORKSPACE dependencies. MODULE.bazel already uses this version. --- fuzzing/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fuzzing/repositories.bzl b/fuzzing/repositories.bzl index ef776c2..e290e64 100644 --- a/fuzzing/repositories.bzl +++ b/fuzzing/repositories.bzl @@ -39,9 +39,9 @@ def rules_fuzzing_dependencies(oss_fuzz = True, honggfuzz = True, jazzer = True) maybe( http_archive, name = "rules_python", - sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b", - strip_prefix = "rules_python-0.26.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz", + sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8", + strip_prefix = "rules_python-0.28.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz", ) maybe( http_archive,