Skip to content

Commit

Permalink
chore(deps): update dependency rules_python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 9312347 commit 0db99a4
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.6.5")
bazel_dep(name = "rules_python", version = "0.27.1")
bazel_dep(name = "rules_python", version = "0.34.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:/bazelbuild/rules_python/archive/0.27.1.tar.gz",
strip_prefix = "rules_python-0.27.1",
sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793",
url = "https:/bazelbuild/rules_python/archive/0.35.0.tar.gz",
strip_prefix = "rules_python-0.35.0",
sha256 = "be04b635c7be4604be1ef20542e9870af3c49778ce841ee2d92fcb42f9d9516a",
)

maybe(
Expand Down

0 comments on commit 0db99a4

Please sign in to comment.