diff --git a/MODULE.bazel b/MODULE.bazel index 2261def6..facd2f88 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -21,7 +21,7 @@ bazel_dep( # Keep in sync with //examples/MODULE.bazel # Keep in sync with //test/aspect/MODULE.bazel # Keep in sync with //test/apply_fixes/execution_logic.py - version = "0.28.0", + version = "0.29.0", ) non_module_dependencies = use_extension( diff --git a/third_party/dependencies.bzl b/third_party/dependencies.bzl index f2c66fc4..e87b2c7e 100644 --- a/third_party/dependencies.bzl +++ b/third_party/dependencies.bzl @@ -7,9 +7,9 @@ def dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8", - strip_prefix = "rules_python-0.28.0", - urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz"], + sha256 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580", + strip_prefix = "rules_python-0.29.0", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.tar.gz"], ) # Keep in sync with MODULE.bazel