Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module(
version = "0.1.2",
)

bazel_dep(name = "rules_python", version = "1.9.0")
bazel_dep(name = "rules_python", version = "2.0.1")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the git override with the version bump

This bump changes the requested module version to 2.0.1, but the adjacent git_override still pins rules_python to commit bac549496f67b9f0109d914319c09acf653ccdea, which the existing comment says is meant to stay pinned to the release source commit alongside the module version. In builds using Bzlmod overrides, Bazel will fetch the overridden Git source rather than the registry artifact, so this dependency remains on the old rules_python source while appearing to be upgraded.

Useful? React with 👍 / 👎.

bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "rules_shell", version = "0.6.1")

Expand Down
Loading