Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent df8c9c1 commit 4c58107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(

bazel_dep(name = "mypy_integration", version = "0.0.0")
bazel_dep(name = "rules_java", version = "7.11.1")
bazel_dep(name = "rules_python", version = "0.27.1")
bazel_dep(name = "rules_python", version = "0.36.0")

local_path_override(
module_name = "mypy_integration",
Expand Down
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def repositories():
maybe(
http_archive,
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/archive/0.27.1.tar.gz",
strip_prefix = "rules_python-0.27.1",
sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
url = "https://github.com/bazelbuild/rules_python/archive/0.36.0.tar.gz",
strip_prefix = "rules_python-0.36.0",
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
)

maybe(
Expand Down

0 comments on commit 4c58107

Please sign in to comment.