Skip to content

Commit 6fb83a5

Browse files
sreenithiasheshvidyut
authored andcommitted
[Python] Updating rules_python to 1.5.4 (grpc#40602)
Changelog: everything above https://rules-python.readthedocs.io/en/stable/changelog.html#v1-0-0 till https://rules-python.readthedocs.io/en/stable/changelog.html#id2 (1.5.3). Closes grpc#40602 COPYBARA_INTEGRATE_REVIEW=grpc#40602 from sreenithi:rules_python_update 758530a PiperOrigin-RevId: 802453541
1 parent 125e5b1 commit 6fb83a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bazel_dep(name = "rules_shell", version = "0.4.0", dev_dependency = True)
6060
# Python dependencies
6161
# ===================
6262

63-
bazel_dep(name = "rules_python", version = "0.37.1")
63+
bazel_dep(name = "rules_python", version = "1.5.4")
6464

6565
PYTHON_VERSIONS = [
6666
"3.9",

bazel/grpc_python_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def grpc_python_deps():
2222
if "rules_python" not in native.existing_rules():
2323
http_archive(
2424
name = "rules_python",
25-
sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07",
26-
strip_prefix = "rules_python-1.0.0",
27-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
25+
sha256 = "13671d304cfe43350302213a60d93a5fc0b763b0a6de17397e3e239253b61b73",
26+
strip_prefix = "rules_python-1.5.4",
27+
url = "https://github.com/bazel-contrib/rules_python/releases/download/1.5.4/rules_python-1.5.4.tar.gz",
2828
)
2929

3030
python_configure(name = "local_config_python")

templates/MODULE.bazel.inja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bazel_dep(name = "rules_shell", version = "0.4.0", dev_dependency = True)
6060
# Python dependencies
6161
# ===================
6262

63-
bazel_dep(name = "rules_python", version = "0.37.1")
63+
bazel_dep(name = "rules_python", version = "1.5.4")
6464

6565
PYTHON_VERSIONS = [
6666
"3.9",

0 commit comments

Comments
 (0)