deps: update dependency rules_python to v0.27.1 (#2591)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-20 15:42:36 +01:00 committed by GitHub
parent a429ca50e7
commit db65f5116d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.25.0",
strip_prefix = "rules_python-0.27.1",
urls = [
"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",
"https://cdn.confidential.cloud/constellation/cas/sha256/e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
"https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz",
],
type = "tar.gz",
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
)