Bump up rules_python to v0.11
diff --git a/fuzzing/repositories.bzl b/fuzzing/repositories.bzl
index 8bfc84c..5ca94e6 100644
--- a/fuzzing/repositories.bzl
+++ b/fuzzing/repositories.bzl
@@ -41,9 +41,9 @@
maybe(
http_archive,
name = "rules_python",
- sha256 = "a30abdfc7126d497a7698c29c46ea9901c6392d6ed315171a6df5ce433aa4502",
- strip_prefix = "rules_python-0.6.0",
- url = "https://github.com/bazelbuild/rules_python/archive/0.6.0.tar.gz",
+ sha256 = "c03246c11efd49266e8e41e12931090b613e12a59e6f55ba2efd29a7cb8b4258",
+ strip_prefix = "rules_python-0.11.0",
+ url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.11.0.tar.gz",
)
maybe(
http_archive,