From 37ee5cd47f7ddcec2a6c8f61484910d48b13195a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:49:53 -0700 Subject: [PATCH] Bump protobuf from 3.19.3 to 3.19.5 in /python/ctrlboard (#858) * Bump protobuf from 3.19.3 to 3.19.5 in /python/ctrlboard Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.19.5. - [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/compare/v3.19.3...v3.19.5) --- python/ctrlboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ctrlboard/requirements.txt b/python/ctrlboard/requirements.txt index 71ae8873..ff8476b2 100644 --- a/python/ctrlboard/requirements.txt +++ b/python/ctrlboard/requirements.txt @@ -4,7 +4,7 @@ luma-oled==3.8.1 Pillow==9.0.1 RPi.GPIO==0.7.0 -protobuf==3.19.3 +protobuf==3.19.5 unidecode==1.3.2 smbus==1.1.post2