Skip to content

Commit c17d34f

Browse files
chore(deps): update dependency rules_python to v1.6.3 (#534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44da5b3 commit c17d34f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bazel_dep(name = "pybind11_bazel", version = "2.13.6")
1414
bazel_dep(name = "readerwriterqueue", version = "1.0.6")
1515
bazel_dep(name = "rules_cc", version = "0.1.4")
1616
bazel_dep(name = "rules_foreign_cc", version = "0.15.0")
17-
bazel_dep(name = "rules_python", version = "1.5.1")
17+
bazel_dep(name = "rules_python", version = "1.6.3")
1818
bazel_dep(name = "rules_rust", version = "0.63.0")
1919
bazel_dep(name = "rules_rust_bindgen", version = "0.63.0")
2020
bazel_dep(name = "rules_shell", version = "0.5.0")

repositories/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def ros2_workspace_repositories():
1616
maybe(
1717
http_archive,
1818
name = "rules_python",
19-
sha256 = "fa532d635f29c038a64c8062724af700c30cf6b31174dd4fac120bc561a1a560",
20-
strip_prefix = "rules_python-1.5.1",
21-
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/1.5.1.tar.gz",
19+
sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590",
20+
strip_prefix = "rules_python-1.6.3",
21+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/1.6.3.tar.gz",
2222
)
2323

2424
maybe(

0 commit comments

Comments
 (0)