Skip to content

Commit e49c89e

Browse files
Update protobuf dependency
1 parent 59c416e commit e49c89e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Protoc
4141
uses: arduino/setup-protoc@v3
4242
with:
43-
version: '31.1'
43+
version: '33.4'
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Generate proto files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ def get_absolute_path(*args):
4343
keywords=about["__keywords__"],
4444
packages=find_packages(exclude=["contrib", "docs", "tests", "examples"]),
4545
install_requires=[
46-
"protobuf~=6.31.1"
46+
"protobuf~=6.33.4"
4747
]
4848
)

0 commit comments

Comments
 (0)