Skip to content

Commit 5d23b8b

Browse files
chore(deps): update dependency rules_python to v0.38.0 (#4923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce99019 commit 5d23b8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113",
20-
strip_prefix = "rules_python-0.37.2",
21-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz",
19+
sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34",
20+
strip_prefix = "rules_python-0.38.0",
21+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.38.0/rules_python-0.38.0.tar.gz",
2222
)
2323

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

0 commit comments

Comments
 (0)