diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-03-06 10:22:19 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-06 10:22:19 -0800 |
commit | 006e2223a4874771a3a9237c7fb7caa1bb3264f6 (patch) | |
tree | d4350d4c55b1256616c1b5e121aa2642bae91797 | |
parent | d6f5e71df2c8ff3d763cba703786af68af1f9841 (diff) | |
parent | 2cf974117d16f8750c40f6f37d555a91f9ecabc7 (diff) |
Merge pull request #2069 from andrew-d:andrew/rules_python
PiperOrigin-RevId: 299383276
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |