Skip to content

Commit a474e9f

Browse files
renovate-botsellophane
authored andcommitted
chore(deps): update dependency rules_python to v1.6.3 (#7894)
(cherry picked from commit bf03a70)
1 parent a8f15ed commit a474e9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bazel_dep(
1313
)
1414
bazel_dep(
1515
name = "rules_python",
16-
version = "1.6.1",
16+
version = "1.6.3",
1717
)
1818

1919
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

examples/python/simple_code_generator/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module(
33
version = "1.0.0",
44
)
55

6-
bazel_dep(name = "rules_python", version = "1.6.1")
6+
bazel_dep(name = "rules_python", version = "1.6.3")
77

88
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
99
python.toolchain(

examples/python/with_numpy/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name = "rules_python", version = "1.6.1")
1+
bazel_dep(name = "rules_python", version = "1.6.3")
22

33
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
44

0 commit comments

Comments
 (0)