Skip to content

Commit 8b73a98

Browse files
committed
Bump some version numbers
1 parent d90f66f commit 8b73a98

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

WORKSPACE

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ load("@//:python_system.bzl", "python_repo")
55

66
http_archive(
77
name = "com_google_googletest",
8-
strip_prefix = "googletest-1.13.0",
9-
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.13.0.zip"],
8+
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.15.2.zip"],
109
)
1110

1211
http_archive(
1312
name = "com_google_benchmark",
14-
strip_prefix = "benchmark-1.8.2",
15-
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.2.zip"],
13+
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.9.1.zip"],
1614
)
1715

1816
http_archive(
@@ -29,20 +27,19 @@ http_archive(
2927

3028
http_archive(
3129
name = "bazel_skylib",
32-
strip_prefix = "bazel-skylib-1.4.2",
33-
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2.zip"],
30+
strip_prefix = "bazel-skylib-1.7.1",
31+
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7.1.zip"],
3432
)
3533

3634
http_archive(
3735
name = "com_google_absl",
38-
strip_prefix = "abseil-cpp-20230125.3",
39-
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.zip"],
36+
strip_prefix = "abseil-cpp-20240722.0",
37+
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20240722.0.zip"],
4038
)
4139

4240
http_archive(
4341
name = "com_google_absl_py",
44-
strip_prefix = "abseil-py-1.4.0",
45-
urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.zip"],
42+
urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v2.1.0.zip"],
4643
)
4744

4845
http_archive(
@@ -111,28 +108,25 @@ http_archive(
111108
http_archive(
112109
name = "dm_env_archive",
113110
build_file = "@//bazel:dm_env.BUILD",
114-
strip_prefix = "dm_env-3c6844db2aa4ed5994b2c45dbfd9f31ad948fbb8",
115-
urls = ["https://github.com/deepmind/dm_env/archive/3c6844db2aa4ed5994b2c45dbfd9f31ad948fbb8.zip"],
111+
urls = ["https://github.com/deepmind/dm_env/archive/ea2a17bed7a60c82f637891c53f3a37f70d91486.zip"],
116112
)
117113

118114
http_archive(
119115
name = "tree_archive",
120116
build_file = "@//bazel:tree.BUILD",
121-
strip_prefix = "tree-0.1.8",
122117
urls = ["https://github.com/google-deepmind/tree/archive/refs/tags/0.1.8.zip"],
123118
)
124119

125120
http_archive(
126121
name = "pybind11_archive",
127122
build_file = "@//bazel:pybind11.BUILD",
128-
strip_prefix = "pybind11-2.11.1",
129-
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.zip"],
123+
strip_prefix = "pybind11-2.13.6",
124+
urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.zip"],
130125
)
131126

132127
http_archive(
133128
name = "build_bazel_apple_support",
134-
sha256 = "9f7bb62c3ae889e0eae8c18458fd8764e2e537687d9a1d85885d6af980e4fc31",
135-
url = "https://github.com/bazelbuild/apple_support/releases/download/1.6.0/apple_support.1.6.0.tar.gz",
129+
url = "https://github.com/bazelbuild/apple_support/releases/download/1.17.1/apple_support.1.17.1.tar.gz",
136130
)
137131

138132
load("@build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependencies")

0 commit comments

Comments
 (0)