Skip to content

Commit

Permalink
rebase, update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jan 25, 2024
1 parent 8d62552 commit ff751c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
bazel_dep(name = "rules_python", version = "0.27.1")
bazel_dep(name = "rules_python", version = "0.29.0")

python = use_extension("@rules_python//python:extensions.bzl", "python")
python.toolchain(
Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use_repo(

bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(name = "rules_python", version = "0.27.1")
bazel_dep(name = "rules_python", version = "0.29.0")
python = use_extension("@rules_python//python:extensions.bzl", "python")
python.toolchain(
is_default = True,
Expand Down
4 changes: 2 additions & 2 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def rules_ros2_workspace_deps():
http_archive,
name = "rules_python",
sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8",
strip_prefix = "rules_python-0.28.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.28.0.tar.gz",
strip_prefix = "rules_python-0.29.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.29.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit ff751c8

Please sign in to comment.