diff --git a/bazel/toolchains/python_deps.bzl b/bazel/toolchains/python_deps.bzl index 733d0e05a..1149cb5c4 100644 --- a/bazel/toolchains/python_deps.bzl +++ b/bazel/toolchains/python_deps.bzl @@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") def python_deps(): http_archive( name = "rules_python", - strip_prefix = "rules_python-0.24.0", + strip_prefix = "rules_python-0.25.0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", - "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz", + "https://cdn.confidential.cloud/constellation/cas/sha256/5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", + "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz", ], type = "tar.gz", - sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", + sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", )