diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index 38a256b..536baa1 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -7,7 +7,7 @@ module( bazel_dep(name = "mypy_integration", version = "0.0.0") bazel_dep(name = "rules_java", version = "7.11.1") -bazel_dep(name = "rules_python", version = "0.27.1") +bazel_dep(name = "rules_python", version = "0.37.2") local_path_override( module_name = "mypy_integration", diff --git a/repositories/repositories.bzl b/repositories/repositories.bzl index bd5c09d..37d2f41 100644 --- a/repositories/repositories.bzl +++ b/repositories/repositories.bzl @@ -8,9 +8,9 @@ def repositories(): maybe( http_archive, name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/archive/0.27.1.tar.gz", - strip_prefix = "rules_python-0.27.1", - sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793", + url = "https://github.com/bazelbuild/rules_python/archive/0.38.0.tar.gz", + strip_prefix = "rules_python-0.38.0", + sha256 = "ca2671529884e3ecb5b79d6a5608c7373a82078c3553b1fa53206e6b9dddab34", ) maybe(