diff --git a/WORKSPACE b/WORKSPACE index 596c40c9..0308bc4e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -252,10 +252,10 @@ perl_register_toolchains() http_archive( name = "rules_python", - sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841", - strip_prefix = "rules_python-0.23.1", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.1.tar.gz", -) + sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", + strip_prefix = "rules_python-0.24.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz", +) load("@rules_python//python:pip.bzl", "pip_parse")