Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency rules_python to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent af2b074 commit 9adeab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def repositories():
if "rules_python" not in excludes:
http_archive(
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz",
sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
)

# For packaging python tools.
Expand Down

0 comments on commit 9adeab8

Please sign in to comment.