summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel <maleo@google.com>2024-05-14 09:37:53 +0200
committerGitHub <noreply@github.com>2024-05-14 03:37:53 -0400
commit691c8938ff87681f7281cc4ba840e74e3b63c54b (patch)
tree86c924635135c002dde4bcc6a377b7ba8adb7582
parent273fcfdc13a2bd3aa50b0a83074aa52f3a330562 (diff)
downloadbazelbuild-rules_fuzzing-upstream-master.tar.gz
Update rules_python to 0.28.0 (#250)upstream-master
for WORKSPACE dependencies. MODULE.bazel already uses this version.
-rw-r--r--fuzzing/repositories.bzl6
1 files 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,