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 Feb 13, 2024
1 parent 8c3fb3d commit f8858ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bazel_dep(
# Keep in sync with //examples/MODULE.bazel
# Keep in sync with //test/aspect/MODULE.bazel
# Keep in sync with //test/apply_fixes/execution_logic.py
version = "0.28.0",
version = "0.30.0",
)

non_module_dependencies = use_extension(
Expand Down
6 changes: 3 additions & 3 deletions third_party/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8",
strip_prefix = "rules_python-0.28.0",
urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz"],
sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311",
strip_prefix = "rules_python-0.31.0",
urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.31.0/rules_python-0.31.0.tar.gz"],
)

# Keep in sync with MODULE.bazel
Expand Down

0 comments on commit f8858ef

Please sign in to comment.