Skip to content

Commit 83da459

Browse files
Update dependency rules_python to v0.25.0
1 parent aa4ca83 commit 83da459

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
@@ -17,9 +17,9 @@ bazel_skylib_workspace()
1717

1818
http_archive(
1919
name = "rules_python",
20-
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
21-
strip_prefix = "rules_python-0.24.0",
22-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz",
20+
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
21+
strip_prefix = "rules_python-0.25.0",
22+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
2323
)
2424

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

0 commit comments

Comments
 (0)