Skip to content

Commit

Permalink
Update dependency rules_python to v0.24.0 (#203)
Browse files Browse the repository at this point in the history
* Update dependency rules_python to v0.24.0

* Update WORKSPACE

---------

Co-authored-by: engflow-github-automation <[email protected]>
Co-authored-by: Andrés Felipe Barco Santa <[email protected]>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent 82bda85 commit 7f7984a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ perl_register_toolchains()

http_archive(
name = "rules_python",
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
strip_prefix = "rules_python-0.23.1",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.1.tar.gz",
)
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
strip_prefix = "rules_python-0.24.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz",
)

load("@rules_python//python:pip.bzl", "pip_parse")

Expand Down

0 comments on commit 7f7984a

Please sign in to comment.