Skip to content

Commit 54915d4

Browse files
derekmaurocopybara-github
authored andcommitted
Update GoogleTest dependencies in preparation for release
PiperOrigin-RevId: 753143607 Change-Id: I3dadd610342d86e3c856327e446e956fab8abf04
1 parent 59c924b commit 54915d4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ module(
4141

4242
bazel_dep(
4343
name = "abseil-cpp",
44-
version = "20250127.0",
44+
version = "20250127.1",
4545
)
4646
bazel_dep(
4747
name = "platforms",
48-
version = "0.0.10",
48+
version = "0.0.11",
4949
)
5050
bazel_dep(
5151
name = "re2",
@@ -54,7 +54,7 @@ bazel_dep(
5454

5555
bazel_dep(
5656
name = "rules_python",
57-
version = "1.1.0",
57+
version = "1.3.0",
5858
dev_dependency = True,
5959
)
6060

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
3737

3838
http_archive(
3939
name = "rules_python",
40-
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
41-
strip_prefix = "rules_python-1.1.0",
42-
url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
40+
sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244",
41+
strip_prefix = "rules_python-1.3.0",
42+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.3.0/rules_python-1.3.0.tar.gz",
4343
)
4444
# https://github.com/bazelbuild/rules_python/releases/tag/1.1.0
4545
load("@rules_python//python:repositories.bzl", "py_repositories")
@@ -54,8 +54,8 @@ http_archive(
5454
http_archive(
5555
name = "platforms",
5656
urls = [
57-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
58-
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
57+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
58+
"https://github.com/bazelbuild/platforms/releases/download/0.0.11/platforms-0.0.11.tar.gz",
5959
],
60-
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
60+
sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f",
6161
)

googletest_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def googletest_deps():
1717
if not native.existing_rule("abseil-cpp"):
1818
http_archive(
1919
name = "abseil-cpp",
20-
sha256 = "16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8",
21-
strip_prefix = "abseil-cpp-20250127.0",
22-
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250127.0/abseil-cpp-20250127.0.tar.gz"],
20+
sha256 = "b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811",
21+
strip_prefix = "abseil-cpp-20250127.1",
22+
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250127.1/abseil-cpp-20250127.1.tar.gz"],
2323
)
2424

2525
if not native.existing_rule("fuchsia_sdk"):

0 commit comments

Comments
 (0)