Skip to content

Commit

Permalink
Update rules_python version (#958)
Browse files Browse the repository at this point in the history
This is needed to correctly load py_proto_library from @bazel tools.

Addresses: bazelbuild/bazel#17874
  • Loading branch information
comius authored Apr 17, 2023
1 parent bce3d31 commit a6661b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ versions = struct(
),
# needed for rules_pkg and java
RULES_PYTHON = version(
version = "0.16.1",
version = "0.20.0",
strip_prefix_template = "rules_python-{version}",
url_templates = [
"https://github.com/bazelbuild/rules_python/archive/refs/tags/{version}.tar.gz",
],
sha256 = "497ca47374f48c8b067d786b512ac10a276211810f4a580178ee9b9ad139323a",
sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141",
),
use_repository = _use_repository,
)

0 comments on commit a6661b5

Please sign in to comment.