diff --git a/bzl/deps.bzl b/bzl/deps.bzl index e65fc376f9..f9c476d2fe 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -25,9 +25,9 @@ def fetch_dependencies(): http_archive( name = "rules_python", - sha256 = "ffc7b877c95413c82bfd5482c017edcf759a6250d8b24e82f41f3c8b8d9e287e", - strip_prefix = "rules_python-0.19.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.19.0.tar.gz", + sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141", + strip_prefix = "rules_python-0.20.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.20.0.tar.gz", ) http_archive(