Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bzlmod dependencies #1352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

UebelAndre
Copy link
Collaborator

No description provided.

@UebelAndre UebelAndre force-pushed the pin branch 5 times, most recently from d46693f to c1be4a7 Compare January 2, 2025 15:38
@@ -1,3 +1,8 @@
module(
name = "rules_foreign_cc_examples",
version = "0.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

You can omit the version = "0.0.0" as this won't ever get published to the BCR

bazel_dep(name = "bazel_features", version = "1.21.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_python", version = "1.0.0")
Copy link
Member

Choose a reason for hiding this comment

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

I'd suggest that we update rules_python to 1.0.0 as a individual PR as there's a few things to be fixed up when doing this.. I'd also like to update the WORKSPACE version to be in sync so we're not targetting 2 different APIs in rules_python..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants