diff --git a/bazel_integration_test/deps.bzl b/bazel_integration_test/deps.bzl index d669f1b8..01ff0be4 100644 --- a/bazel_integration_test/deps.bzl +++ b/bazel_integration_test/deps.bzl @@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "e3f1cc7a04d9b09635afb3130731ed82b5f58eadc8233d4efb59944d92ffc06f", - strip_prefix = "rules_python-0.33.2", - url = "https://github.com/bazelbuild/rules_python/archive/0.33.2.tar.gz", + sha256 = "778aaeab3e6cfd56d681c89f5c10d7ad6bf8d2f1a72de9de55b23081b2d31618", + strip_prefix = "rules_python-0.34.0", + url = "https://github.com/bazelbuild/rules_python/archive/0.34.0.tar.gz", )