Skip to content

Commit 23f9676

Browse files
authored
Bump up rules_python to v0.11 (#208)
1 parent 864d985 commit 23f9676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fuzzing/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def rules_fuzzing_dependencies(oss_fuzz = True, honggfuzz = True, jazzer = False
4141
maybe(
4242
http_archive,
4343
name = "rules_python",
44-
sha256 = "a30abdfc7126d497a7698c29c46ea9901c6392d6ed315171a6df5ce433aa4502",
45-
strip_prefix = "rules_python-0.6.0",
46-
url = "https://github.com/bazelbuild/rules_python/archive/0.6.0.tar.gz",
44+
sha256 = "c03246c11efd49266e8e41e12931090b613e12a59e6f55ba2efd29a7cb8b4258",
45+
strip_prefix = "rules_python-0.11.0",
46+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.11.0.tar.gz",
4747
)
4848
maybe(
4949
http_archive,

0 commit comments

Comments
 (0)