Skip to content

Commit 082297a

Browse files
chore(deps): update dependency rules_python
1 parent 5ff2e06 commit 082297a

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
@@ -37,7 +37,7 @@ bazel_dep(
3737
dev_dependency = True,
3838
)
3939
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)
40-
bazel_dep(name = "rules_python", version = "0.38.0", dev_dependency = True)
40+
bazel_dep(name = "rules_python", version = "0.39.0", dev_dependency = True)
4141
bazel_dep(
4242
name = "rules_bazel_integration_test",
4343
version = "0.26.0",

internal_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def rules_zig_internal_deps():
3434

3535
http_archive(
3636
name = "rules_python",
37-
sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34",
38-
strip_prefix = "rules_python-0.38.0",
39-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.38.0/rules_python-0.38.0.tar.gz",
37+
sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53",
38+
strip_prefix = "rules_python-0.40.0",
39+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz",
4040
)
4141

4242
http_archive(

0 commit comments

Comments
 (0)