Skip to content

Commit a8674cb

Browse files
chore(deps): update dependency rules_python to v0.27.1
1 parent ca2c008 commit a8674cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ module(
1010
# When bumping, add a comment explaining what's required from the newer release.
1111
bazel_dep(name = "aspect_bazel_lib", version = "1.38.1")
1212
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")

e2e/smoke/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local_path_override(
77
)
88

99
#---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")
1111

1212
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
1313
python.toolchain(

0 commit comments

Comments
 (0)