Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update dependency rules_python to v0.2.0 (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 3, 2021
1 parent 621bf65 commit 8a7b871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ git_repository(

http_archive(
name = "rules_python",
sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0",
strip_prefix = "rules_python-0.1.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz",
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
strip_prefix = "rules_python-0.2.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")
Expand Down

0 comments on commit 8a7b871

Please sign in to comment.