@@ -11,49 +11,41 @@ def benchmark_deps():
11
11
if "bazel_skylib" not in native .existing_rules ():
12
12
http_archive (
13
13
name = "bazel_skylib" ,
14
- sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa " ,
14
+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
15
15
urls = [
16
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
17
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
16
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
17
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
18
18
],
19
19
)
20
20
21
21
if "rules_foreign_cc" not in native .existing_rules ():
22
22
http_archive (
23
23
name = "rules_foreign_cc" ,
24
- sha256 = "2a4d07cd64b0719b39a7c12218a3e507672b82a97b98c6a89d38565894cf7c51 " ,
25
- strip_prefix = "rules_foreign_cc-0.9.0 " ,
26
- url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.9.0 .tar.gz" ,
24
+ sha256 = "476303bd0f1b04cc311fc258f1708a5f6ef82d3091e53fd1977fa20383425a6a " ,
25
+ strip_prefix = "rules_foreign_cc-0.10.1 " ,
26
+ url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/0.10.1/rules_foreign_cc-0.10.1 .tar.gz" ,
27
27
)
28
28
29
29
if "rules_python" not in native .existing_rules ():
30
30
http_archive (
31
31
name = "rules_python" ,
32
- sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578" ,
33
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz" ,
34
- strip_prefix = "rules_python-0.24.0" ,
35
- )
36
-
37
- if "com_google_absl" not in native .existing_rules ():
38
- http_archive (
39
- name = "com_google_absl" ,
40
- sha256 = "f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111" ,
41
- strip_prefix = "abseil-cpp-20200225.2" ,
42
- urls = ["https://github.com/abseil/abseil-cpp/archive/20200225.2.tar.gz" ],
32
+ sha256 = "e85ae30de33625a63eca7fc40a94fea845e641888e52f32b6beea91e8b1b2793" ,
33
+ strip_prefix = "rules_python-0.27.1" ,
34
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.27.1/rules_python-0.27.1.tar.gz" ,
43
35
)
44
36
45
37
if "com_google_googletest" not in native .existing_rules ():
46
38
new_git_repository (
47
39
name = "com_google_googletest" ,
48
40
remote = "https://github.com/google/googletest.git" ,
49
- tag = "release-1.11.0 " ,
41
+ tag = "release-1.12.1 " ,
50
42
)
51
43
52
44
if "nanobind" not in native .existing_rules ():
53
45
new_git_repository (
54
46
name = "nanobind" ,
55
47
remote = "https://github.com/wjakob/nanobind.git" ,
56
- tag = "v1.7 .0" ,
48
+ tag = "v1.8 .0" ,
57
49
build_file = "@//bindings/python:nanobind.BUILD" ,
58
50
recursive_init_submodules = True ,
59
51
)
0 commit comments