Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 63a4a7d

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Bump pinned protobuf version
PiperOrigin-RevId: 466825011
1 parent 3f4f7ab commit 63a4a7d

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

bazel/workspace_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def upb_deps():
2424
_github_archive,
2525
name = "com_google_protobuf",
2626
repo = "https://github.com/protocolbuffers/protobuf",
27-
commit = "3380463ff87873b1ed07b730c79d78477289d0cd",
27+
commit = "5407aa62af5f8d71c344ef10877806232a137991",
2828
patches = ["//bazel:protobuf.patch"],
2929
)
3030

python/pb_unit_tests/descriptor_test_wrapper.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
from google.protobuf.internal.descriptor_test import *
2727
import unittest
2828

29-
# begin:github_only
30-
# Our behavior here matches pure-Python, which does not allow
31-
# foo.enum_values_by_name.get([]). We reject it because we return a true
32-
# dict (like pure Python), which does not allow hashing by a list.
33-
GeneratedDescriptorTest.testDescriptor.__unittest_expecting_failure__ = True
34-
GeneratedDescriptorTest.testCppDescriptorContainer.__unittest_expecting_failure__ = True
35-
GeneratedDescriptorTest.testServiceDescriptor.__unittest_expecting_failure__ = True
36-
# end:github_only
37-
3829
# These fail because they attempt to add fields with conflicting JSON names.
3930
# We don't want to support this going forward.
4031
MakeDescriptorTest.testCamelcaseName.__unittest_expecting_failure__ = True

0 commit comments

Comments
 (0)