Skip to content

Commit

Permalink
Bump rules_python to 0.35.0 (bazelbuild#2701)
Browse files Browse the repository at this point in the history
Bump rules_python to 0.35.0
  • Loading branch information
Vertexwahn authored Sep 5, 2024
1 parent 1fdcd0b commit 350274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module(
)

bazel_dep(name = "aspect_rules_js", version = "1.34.1")
bazel_dep(name = "rules_python", version = "0.34.0")
bazel_dep(name = "rules_python", version = "0.35.0")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
Expand Down

0 comments on commit 350274e

Please sign in to comment.