diff --git a/WORKSPACE b/WORKSPACE index 570150b..d9f219a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,9 +17,9 @@ bazel_skylib_workspace() http_archive( name = "rules_python", - sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", - strip_prefix = "rules_python-0.24.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz", + sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", + strip_prefix = "rules_python-0.25.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories")