File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88# Bazel Central Registry modules.
99bazel_dep (name = "bazel_features" , version = "1.38.0" )
1010bazel_dep (name = "rules_license" , version = "1.0.0" )
11- bazel_dep (name = "rules_python" , version = "1.6.3 " )
11+ bazel_dep (name = "rules_python" , version = "1.7.0 " )
1212bazel_dep (name = "rules_proto" , version = "7.1.0" )
1313bazel_dep (name = "rules_go" , version = "0.59.0" , repo_name = "io_bazel_rules_go" )
1414bazel_dep (name = "rules_shell" , version = "0.6.1" )
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ bazel_features_deps()
1616
1717http_archive (
1818 name = "rules_python" ,
19- sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590 " ,
20- strip_prefix = "rules_python-1.6.3 " ,
21- url = "https://github.com/bazelbuild/rules_python/releases/download/1.6.3 /rules_python-1.6.3 .tar.gz" ,
19+ sha256 = "f609f341d6e9090b981b3f45324d05a819fd7a5a56434f849c761971ce2c47da " ,
20+ strip_prefix = "rules_python-1.7.0 " ,
21+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.7.0 /rules_python-1.7.0 .tar.gz" ,
2222)
2323
2424load ("@rules_python//python:repositories.bzl" , "py_repositories" )
You can’t perform that action at this time.
0 commit comments