Bump protobuf to 5.28.* (#12689)

This commit is contained in:
Avasam
2024-09-23 13:14:28 -04:00
committed by GitHub
parent 46512118ea
commit bb981771ed
5 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ from _utils import MYPY_PROTOBUF_VERSION, REPO_ROOT, download_file, extract_arch
# Whenever you update PACKAGE_VERSION here, version should be updated
# in stubs/protobuf/METADATA.toml and vice-versa.
PACKAGE_VERSION = "27.1"
PACKAGE_VERSION = "28.2"
STUBS_FOLDER = REPO_ROOT / "stubs" / "protobuf"
ARCHIVE_FILENAME = f"protobuf-{PACKAGE_VERSION}.zip"