File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ bazel_dep(
37
37
dev_dependency = True ,
38
38
)
39
39
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.40 .0" , dev_dependency = True )
41
41
bazel_dep (
42
42
name = "rules_bazel_integration_test" ,
43
43
version = "0.26.0" ,
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ def rules_zig_internal_deps():
34
34
35
35
http_archive (
36
36
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" ,
40
40
)
41
41
42
42
http_archive (
You can’t perform that action at this time.
0 commit comments