deps: update all Bazel toolchains / rule deps

This commit is contained in:
Malte Poll 2024-02-21 12:52:12 +01:00
parent 2300a31276
commit 68fc2b0811
6 changed files with 116 additions and 116 deletions

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