Skip to content

Commit 4da1653

Browse files
chore(deps): update dependency rules_python to v1.1.0 (#5150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56c1a32 commit 4da1653

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module(
88
# Bazel Central Registry modules.
99
bazel_dep(name = "bazel_features", version = "1.23.0")
1010
bazel_dep(name = "rules_license", version = "1.0.0")
11-
bazel_dep(name = "rules_python", version = "1.0.0")
11+
bazel_dep(name = "rules_python", version = "1.1.0")
1212
bazel_dep(name = "rules_proto", version = "7.1.0")
1313
bazel_dep(name = "rules_go", version = "0.52.0", repo_name = "io_bazel_rules_go")
1414
bazel_dep(name = "gazelle", version = "0.41.0", repo_name = "bazel_gazelle")

MODULE.bazel.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ bazel_features_deps()
1616

1717
http_archive(
1818
name = "rules_python",
19-
sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07",
20-
strip_prefix = "rules_python-1.0.0",
21-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
19+
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
20+
strip_prefix = "rules_python-1.1.0",
21+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
2222
)
2323

2424
load("@rules_python//python:repositories.bzl", "py_repositories")

0 commit comments

Comments
 (0)