From 4c5dd3967ded823eb340b892eca95e51c62dbb16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 May 2021 00:34:14 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.2.0 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1ca2ea9a..dc9aae17 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -861,8 +861,8 @@ go_repository( http_archive( name = "rules_python", - sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz", + sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz", ) load("@rules_python//python:pip.bzl", "pip_install")