Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rules_python to v0.39.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 14, 2024
1 parent 4fd1af9 commit 7d50926
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
@@ -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.39.0")

local_path_override(
module_name = "mypy_integration",
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
@@ -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.39.0.tar.gz",
strip_prefix = "rules_python-0.39.0",
sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687",
)

maybe(

0 comments on commit 7d50926

Please sign in to comment.