Skip to content

Commit 91394ba

Browse files
chore(deps): update dependency rules_python to v1.7.0
1 parent 0e74a90 commit 91394ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module(
88
# Bazel Central Registry modules.
99
bazel_dep(name = "bazel_features", version = "1.38.0")
1010
bazel_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")
1212
bazel_dep(name = "rules_proto", version = "7.1.0")
1313
bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go")
1414
bazel_dep(name = "rules_shell", version = "0.6.1")

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ bazel_features_deps()
1616

1717
http_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

2424
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)