Skip to content

Commit e8be9ec

Browse files
chore(deps): update dependency rules_python to v1
1 parent 5473298 commit e8be9ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ http_archive(
1717
# ... but PR1166 not yet merged. nkey0's workaround hardcoding triton and torch
1818
"//bzl/patches:nkey0-circulardeps.patch", # https://github.com/bazelbuild/rules_python/pull/1166#issuecomment-1701230930
1919
],
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",
20+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
21+
strip_prefix = "rules_python-1.4.0",
22+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
2323
)
2424

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

deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def dependencies():
3232
# ... but PR1166 not yet merged. nkey0's workaround hardcoding triton and torch
3333
"@rules_ai//bzl/patches:nkey0-circulardeps.patch", # https://github.com/bazelbuild/rules_python/pull/1166#issuecomment-1701230930
3434
],
35-
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
36-
strip_prefix = "rules_python-0.25.0",
37-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
35+
sha256 = "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304",
36+
strip_prefix = "rules_python-1.4.0",
37+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.4.0/rules_python-1.4.0.tar.gz",
3838
)
3939

0 commit comments

Comments
 (0)