From da99d3e014919d8d3a20d5b5220bbc8c52e3671c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:24:20 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.40.0 --- repositories/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories/repositories.bzl b/repositories/repositories.bzl index 174f43a1..bdf3940b 100644 --- a/repositories/repositories.bzl +++ b/repositories/repositories.bzl @@ -16,9 +16,9 @@ def ros2_workspace_repositories(): maybe( http_archive, name = "rules_python", - sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34", - strip_prefix = "rules_python-0.38.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.38.0.tar.gz", + sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", + strip_prefix = "rules_python-0.40.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.40.0.tar.gz", ) maybe(