Skip to content

Commit

Permalink
bzlmod: Update rules_python to 1.0.0 (google#1149)
Browse files Browse the repository at this point in the history
This is just a mechanical update of rules_python from 0.34.0 to 1.0.0.
No change is expected in the final artifacts.

Closes google#1148.

PiperOrigin-RevId: 708197475
  • Loading branch information
yukawa authored Dec 20, 2024
1 parent deb48c8 commit b7faa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ bazel_dep(
version = "1.7.1",
)

# rules_python: 0.34.0 2024-07-01
# rules_python: 1.0.0 2024-12-06
# https://github.com/bazelbuild/rules_python/
bazel_dep(
name = "rules_python",
version = "0.34.0",
version = "1.0.0",
)

# Bazel macOS build (3.16.1 2024-12-13)
Expand Down

0 comments on commit b7faa84

Please sign in to comment.