Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 675147e commit 1da9373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ def _rule_python():
maybe(
http_archive,
name = "rules_python",
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
strip_prefix = "rules_python-0.36.0",
sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53",
strip_prefix = "rules_python-0.40.0",
urls = [
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz",
"https://github.com/bazelbuild/rules_python/archive/refs/tags/0.40.0.tar.gz",
],
)

Expand Down

0 comments on commit 1da9373

Please sign in to comment.