11REPOSITORY_LOCATIONS = dict (
22 bazel_gazelle = dict (
3- sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf " ,
3+ sha256 = "e467b801046b6598c657309b45d2426dc03513777bd1092af2c62eebf990aca5 " ,
44 urls = [
5- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ,
6- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz" ,
5+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.45.0/bazel-gazelle-v0.45.0.tar.gz" ,
76 ],
87 ),
98 bazel_skylib = dict (
10- sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c " ,
11- urls = ["https://mirror.bazel.build/ github.com/bazelbuild/bazel-skylib/releases/download/1.0.3 /bazel-skylib-1.0.3 .tar.gz" ],
9+ sha256 = "6e78f0e57de26801f6f564fa7c4a48dc8b36873e416257a92bbb0937eeac8446 " ,
10+ urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2 /bazel-skylib-1.8.2 .tar.gz" ],
1211 ),
1312 com_envoyproxy_protoc_gen_validate = dict (
1413 sha256 = "92e29c2150675ce954c965bcaa559ca944704b75711533cfe03ce541dcf5a1dd" ,
@@ -29,25 +28,29 @@ REPOSITORY_LOCATIONS = dict(
2928 ],
3029 ),
3130 com_google_protobuf = dict (
32- sha256 = "8242327e5df8c80ba49e4165250b8f79a76bd11765facefaaecfca7747dc8da2 " ,
33- strip_prefix = "protobuf-3.21.5 " ,
34- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.5.zip " ],
31+ sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c " ,
32+ strip_prefix = "protobuf-29.1 " ,
33+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v29.1.tar.gz " ],
3534 ),
3635 dev_cel = dict (
37- sha256 = "3ee09eb69dbe77722e9dee23dc48dc2cd9f765869fcf5ffb1226587c81791a0b " ,
38- strip_prefix = "cel-spec-0.15 .0" ,
39- urls = ["https://github.com/google/cel-spec/archive/refs/tags/v0.15 .0.tar.gz" ],
36+ sha256 = "5cba6b0029e727d1f4d8fd134de4e747cecc0bc293d026017d7edc48058d09f7 " ,
37+ strip_prefix = "cel-spec-0.24 .0" ,
38+ urls = ["https://github.com/google/cel-spec/archive/refs/tags/v0.24 .0.tar.gz" ],
4039 ),
4140 io_bazel_rules_go = dict (
42- sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
41+ sha256 = "b78f77458e77162f45b4564d6b20b6f92f56431ed59eaaab09e7819d1d850313 " ,
4342 urls = [
44- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip" ,
45- "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip" ,
43+ "https://github.com/bazelbuild/rules_go/releases/download/v0.53.0/rules_go-v0.53.0.zip" ,
4644 ],
4745 ),
4846 rules_proto = dict (
49- sha256 = "80d3a4ec17354cccc898bfe32118edd934f851b03029d63ef3fc7c8663a7415c" ,
50- strip_prefix = "rules_proto-5.3.0-21.5" ,
51- urls = ["https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.5.tar.gz" ],
47+ sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4" ,
48+ strip_prefix = "rules_proto-7.1.0" ,
49+ urls = ["https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.1.0.tar.gz" ],
50+ ),
51+ rules_python = dict (
52+ sha256 = "2f5c284fbb4e86045c2632d3573fc006facbca5d1fa02976e89dc0cd5488b590" ,
53+ strip_prefix = "rules_python-1.6.3" ,
54+ urls = ["https://github.com/bazelbuild/rules_python/archive/1.6.3.tar.gz" ],
5255 ),
5356)
0 commit comments