From 6d5ec1496e94ad0bee4d6b0fa59928de9ca21efc Mon Sep 17 00:00:00 2001 From: Bart Hertog Date: Mon, 10 Jun 2024 23:22:07 +0200 Subject: [PATCH] Upgraded the version of Protobuf to version 27.1 --- .github/workflows/ci.yml | 2 +- README.md | 3 +++ generator/pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e4b85..1bf365a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - protoc-version: ["26.x"] + protoc-version: ["27.x"] python-version: ["3.8", "3.11"] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 18b7dd4..1d4bcd3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ This document details the following: To stay up to date, signup for our [User Update](https://EmbeddedProto.com/signup). +## 3.5.2 +* Updated to Protobuf version 27.1. + ## 3.5.1 * Updated to Protobuf version 26.1. diff --git a/generator/pyproject.toml b/generator/pyproject.toml index 0e206ac..ae9ce8a 100644 --- a/generator/pyproject.toml +++ b/generator/pyproject.toml @@ -10,7 +10,7 @@ classifiers = [ ] dependencies = [ "Jinja2>=3,<4", "MarkupSafe>=2.0,<3", - "protobuf>=5.26.1,<6", + "protobuf>=5.27.1,<6", "six>=1.16.0,<2", "toposort>=1.7,<2", ]