From 57e5ea0b2b677dfc19a80bdc710c1d3d9ec0d442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:52:37 +0000 Subject: [PATCH] Bump protobuf from 3.18.1 to 3.18.3 in /python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.18.1 to 3.18.3. - [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.18.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_python_3.5.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 python/requirements.txt diff --git a/python/requirements.txt b/python/requirements.txt old mode 100755 new mode 100644 index a30e841..22293ad --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.38.1 grpcio-tools==1.38.1 -protobuf==3.18.1 +protobuf==3.18.3 numpy==1.19.5 sounddevice==0.4.1 \ No newline at end of file diff --git a/python/requirements_python_3.5.txt b/python/requirements_python_3.5.txt index d330941..cad718e 100644 --- a/python/requirements_python_3.5.txt +++ b/python/requirements_python_3.5.txt @@ -1,5 +1,5 @@ grpcio==1.38.1 grpcio-tools==1.38.1 -protobuf==3.15.8 +protobuf==3.18.3 numpy==1.18.5 sounddevice==0.4.1 \ No newline at end of file