diff --git a/deps.bzl b/deps.bzl index 572cde749..fc1d359b6 100644 --- a/deps.bzl +++ b/deps.bzl @@ -29,8 +29,8 @@ def dependencies(): ) http_archive( name = "rules_python", - sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", - urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz"], + sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz"], ) http_archive( name = "io_bazel_rules_docker",