Skip to content

Commit d01d622

Browse files
Update dependency rules_python to v0.40.0
1 parent 6565540 commit d01d622

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dt_patches/test_dt_patches_user_srcjar/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ http_archive(
1313

1414
http_archive(
1515
name = "rules_python",
16-
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
17-
strip_prefix = "rules_python-0.36.0",
18-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.36.0/rules_python-0.36.0.tar.gz",
16+
sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53",
17+
strip_prefix = "rules_python-0.40.0",
18+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz",
1919
)
2020

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

test_cross_build/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ http_archive(
1313

1414
http_archive(
1515
name = "rules_python",
16-
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
17-
strip_prefix = "rules_python-0.36.0",
18-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.36.0/rules_python-0.36.0.tar.gz",
16+
sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53",
17+
strip_prefix = "rules_python-0.40.0",
18+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz",
1919
)
2020

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

0 commit comments

Comments
 (0)