Skip to content

Commit 2835db3

Browse files
renovate[bot]msanftedgelessci
authored
deps: update bazel (modules) (#3817)
* deps: update bazel (modules) * bazel: add rules_shell dependency * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
1 parent acec154 commit 2835db3

File tree

6 files changed

+45
-2799
lines changed

6 files changed

+45
-2799
lines changed

MODULE.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(name = "constellation")
22

3-
bazel_dep(name = "aspect_bazel_lib", version = "2.14.0")
3+
bazel_dep(name = "aspect_bazel_lib", version = "2.16.0")
44

55
bazel_lib = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
66
bazel_lib.yq()
@@ -14,9 +14,10 @@ bazel_dep(name = "rules_cc", version = "0.1.1")
1414
bazel_dep(name = "rules_go", version = "0.54.0", repo_name = "io_bazel_rules_go")
1515
bazel_dep(name = "rules_pkg", version = "1.1.0")
1616
bazel_dep(name = "rules_proto", version = "7.1.0")
17-
bazel_dep(name = "rules_python", version = "1.3.0")
17+
bazel_dep(name = "rules_python", version = "1.4.1")
18+
bazel_dep(name = "rules_shell", version = "0.4.1")
1819

19-
bazel_dep(name = "buildifier_prebuilt", version = "8.0.1", dev_dependency = True)
20+
bazel_dep(name = "buildifier_prebuilt", version = "8.0.3", dev_dependency = True)
2021

2122
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
2223
go_sdk.download(

0 commit comments

Comments
 (0)