From 4d37f0f49ad33564ee8e59c3efc342cd87f36f5e Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 3 Aug 2021 20:25:15 -0600 Subject: [PATCH] Bump the rules_python version --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index ea6fe58..b4975b4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -39,7 +39,7 @@ bazel_skylib_workspace() git_repository( name = "rules_python", remote = "https://github.com/bazelbuild/rules_python.git", - tag = "0.2.0", + tag = "0.3.0", ) # pip package pinnings need to be initialized.