Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 14, 2023
1 parent 422180e commit 2de347f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.3.2
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_python", version = "0.21.0")
bazel_dep(name = "rules_python", version = "0.24.0")

python = use_extension("@rules_python//python:extensions.bzl", "python")
python.toolchain(
Expand Down
6 changes: 3 additions & 3 deletions dependencies/load_rule_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def load_wpiformat_rule_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f",
strip_prefix = "rules_python-0.21.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.21.0/rules_python-0.21.0.tar.gz",
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578",
strip_prefix = "rules_python-0.24.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz",
)

0 comments on commit 2de347f

Please sign in to comment.