Skip to content

Commit

Permalink
Update and align rules_python versions on 0.23.1 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Sep 29, 2023
1 parent 43a6269 commit d190789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module(
bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_java", version = "6.4.0")
bazel_dep(name = "rules_python", version = "0.24.0")
bazel_dep(name = "rules_python", version = "0.23.1")
bazel_dep(name = "rules_cc", version = "0.0.8")

rules_kotlin_extensions = use_extension("//src/main/starlark/core/repositories:bzlmod_setup.bzl", "rules_kotlin_extensions")
Expand Down
4 changes: 2 additions & 2 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ versions = struct(
),
# needed for rules_pkg and java
RULES_PYTHON = version(
version = "0.20.0",
version = "0.23.1",
strip_prefix_template = "rules_python-{version}",
url_templates = [
"https://github.com/bazelbuild/rules_python/archive/refs/tags/{version}.tar.gz",
],
sha256 = "a644da969b6824cc87f8fe7b18101a8a6c57da5db39caa6566ec6109f37d2141",
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
),
# needed for rules_pkg and java
RULES_JAVA = version(
Expand Down

0 comments on commit d190789

Please sign in to comment.