Skip to content

Commit

Permalink
[Build] Bump rules_python to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Nov 30, 2022
1 parent 8cd4954 commit cccbe85
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 @@ -37,9 +37,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_python",
sha256 = "8c8fe44ef0a9afc256d1e75ad5f448bb59b81aba149b8958f02f7b3a98f5d9b4",
strip_prefix = "rules_python-0.13.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.13.0.tar.gz",
sha256 = "fda23c37fbacf7579f94d5e8f342d3a831140e9471b770782e83846117dd6596",
strip_prefix = "rules_python-0.15.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.15.0.tar.gz",
)

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

0 comments on commit cccbe85

Please sign in to comment.