Skip to content

Commit 13bccb9

Browse files
chore(deps): update dependency rules_python
1 parent c9f1c52 commit 13bccb9

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
@@ -10,4 +10,4 @@ bazel_dep(name = "bazel_skylib", version = "1.8.2")
1010
bazel_dep(name = "buildifier_prebuilt", version = "8.2.1.1")
1111
bazel_dep(name = "rules_cc", version = "0.2.14")
1212
bazel_dep(name = "rules_license", version = "1.0.0")
13-
bazel_dep(name = "rules_python", version = "1.6.3")
13+
bazel_dep(name = "rules_python", version = "1.7.0")

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ buildifier_prebuilt_register_toolchains()
2525

2626
http_archive(
2727
name = "rules_python",
28-
sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590",
29-
strip_prefix = "rules_python-1.6.3",
30-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.6.3/rules_python-1.6.3.tar.gz",
28+
sha256 = "0558021abbd244f3e2b51120a7ec4bded37c6cb02c372aaa188da9ba375560d8",
29+
strip_prefix = "rules_python-1.8.0",
30+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.8.0/rules_python-1.8.0.tar.gz",
3131
)
3232

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

0 commit comments

Comments
 (0)