Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent f1652bb commit 17453b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel_integration_test/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
strip_prefix = "rules_python-0.36.0",
url = "https://github.com/bazelbuild/rules_python/archive/0.36.0.tar.gz",
sha256 = "0cc05ddb27614baecace068986931e2a6e9f69114e6115fc5dc58250faf56e0f",
strip_prefix = "rules_python-0.37.0",
url = "https://github.com/bazelbuild/rules_python/archive/0.37.0.tar.gz",
)

0 comments on commit 17453b1

Please sign in to comment.