Skip to content

Commit

Permalink
Bump protobuf from 3.14.0 to 4.21.12
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 4.21.12.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2022
1 parent 7e54535 commit 5e015b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -39,12 +39,12 @@ linux_i2c = ['smbus2_asyncio==0.0.5']
osc = ['python-osc==1.7.4']
pin2dmd = ['pyusb==1.1.0']
rpi = ['apigpio-mpf==0.0.3']
vpe = ['grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',]
vpe = ['grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==4.21.12',]
all = [ # currently no way to just use the names from above afaik?
'prompt_toolkit==3.0.8', 'asciimatics==1.12.0', 'terminaltables==3.1.0',
'requests==2.22.0', 'irc==19.0.1', 'smbus2_asyncio==0.0.5',
'python-osc==1.7.4', 'pyusb==1.1.0', 'apigpio-mpf==0.0.3',
'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',
'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==4.21.12',
]

[project.urls]
Expand Down

0 comments on commit 5e015b6

Please sign in to comment.