Skip to content

Commit

Permalink
Update dependency rules_python to v0.27.1 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 637f283 commit 6ef8b6c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions WORKSPACE.bazel
Expand Up @@ -28,13 +28,17 @@ http_archive(

http_archive(
name = "rules_python",
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
strip_prefix = "rules_python-0.23.1",
sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
strip_prefix = "rules_python-0.27.1",
urls = [
"https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
"https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz",
],
)

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

py_repositories()

load(
"@rules_rust//rust:repositories.bzl",
"rules_rust_dependencies",
Expand Down

0 comments on commit 6ef8b6c

Please sign in to comment.