File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ module(
10
10
# When bumping, add a comment explaining what's required from the newer release.
11
11
bazel_dep (name = "aspect_bazel_lib" , version = "1.38.1" )
12
12
bazel_dep (name = "bazel_skylib" , version = "1.4.2" )
13
- bazel_dep (name = "rules_python" , version = "0.19.0 " )
13
+ bazel_dep (name = "rules_python" , version = "0.27.1 " )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local_path_override(
7
7
)
8
8
9
9
#---SNIP--- Below here is re-used in the snippet published on releases
10
- bazel_dep (name = "rules_python" , dev_dependency = True , version = "0.22.0 " )
10
+ bazel_dep (name = "rules_python" , dev_dependency = True , version = "0.27.1 " )
11
11
12
12
python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
13
13
python .toolchain (
You can’t perform that action at this time.
0 commit comments