Bump protobuf to 5.28.2 (#124936)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
6fb1b53039
commit
8950e817e0
3 changed files with 2 additions and 4 deletions
|
@ -138,7 +138,7 @@ pyOpenSSL>=24.0.0
|
|||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
protobuf==4.25.4
|
||||
protobuf==5.28.2
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
|
|
|
@ -532,8 +532,6 @@ filterwarnings = [
|
|||
# -- other
|
||||
# Locale changes might take some time to resolve upstream
|
||||
"ignore:'locale.getdefaultlocale' is deprecated and slated for removal in Python 3.15:DeprecationWarning:micloud.micloud",
|
||||
# https://github.com/protocolbuffers/protobuf - v4.25.4
|
||||
"ignore:Type google._upb._message.(Message|Scalar)MapContainer uses PyType_Spec with a metaclass that has custom tp_new. .* Python 3.14:DeprecationWarning",
|
||||
# https://github.com/MatsNl/pyatag/issues/11 - v0.3.7.1
|
||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:pyatag.gateway",
|
||||
# https://github.com/lidatong/dataclasses-json/issues/328
|
||||
|
|
|
@ -157,7 +157,7 @@ pyOpenSSL>=24.0.0
|
|||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
protobuf==4.25.4
|
||||
protobuf==5.28.2
|
||||
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
|
|
Loading…
Add table
Reference in a new issue