chore(deps): update dependency rules_python to v0.4.0
diff --git a/third_party/test_repos.bzl b/third_party/test_repos.bzl index 4c8e359..7eb6805 100644 --- a/third_party/test_repos.bzl +++ b/third_party/test_repos.bzl
@@ -9,8 +9,8 @@ if "rules_python" not in native.existing_rules(): http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz", - sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz", + sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea", ) if "com_google_googletest" not in native.existing_rules():