Skip to content

Commit 8268a17

Browse files
Update dependency rules_python to v1.3.0 (#89)
1 parent 5c027ea commit 8268a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22

33
bazel_dep(name = "bazel_skylib", version = "1.7.1")
4-
bazel_dep(name = "rules_python", version = "1.2.0")
4+
bazel_dep(name = "rules_python", version = "1.3.0")
55

66
http_archive = use_repo_rule(
77
"@bazel_tools//tools/build_defs/repo:http.bzl",

0 commit comments

Comments
 (0)