summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Dunham <andrew@du.nham.ca>2020-03-04 22:53:47 -0800
committerAndrew Dunham <andrew@du.nham.ca>2020-03-04 22:54:32 -0800
commit2cf974117d16f8750c40f6f37d555a91f9ecabc7 (patch)
tree7c988b0ac5ac7503950282f641fcc6e16143247a
parent80b40bbb06f3c9ca23e3ad152b481ab222ec0e47 (diff)
WORKSPACE: bump rules_python to include reproducibility fix
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index d1c2d8a24..d2bbadc63 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -78,9 +78,9 @@ rules_proto_toolchains()
# Load python dependencies.
git_repository(
name = "rules_python",
- commit = "94677401bc56ed5d756f50b441a6a5c7f735a6d4",
+ commit = "abc4869e02fe9b3866942e89f07b7341f830e805",
remote = "https://github.com/bazelbuild/rules_python.git",
- shallow_since = "1573842889 -0500",
+ shallow_since = "1583341286 -0500",
)
load("@rules_python//python:pip.bzl", "pip_import")