Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.36.0 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent f5e7e5e commit decd4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def optimus_repositories():
maybe(
http_archive,
name = "rules_python",
sha256 = "be04b635c7be4604be1ef20542e9870af3c49778ce841ee2d92fcb42f9d9516a",
strip_prefix = "rules_python-0.35.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.35.0.tar.gz",
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
strip_prefix = "rules_python-0.36.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz",
)

maybe(
Expand Down

0 comments on commit decd4ff

Please sign in to comment.