From 1b12f8a6dfa9962cf221a20d2239db2f6c346c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:14:12 +0000 Subject: [PATCH] Bump protobuf from 3.5.2 to 3.18.3 in /src Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.2 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.5.2...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index da72180..dea20d3 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -129,7 +129,7 @@ ply==3.10 progressbar==2.5 progressbar2==3.38.0 prompt-toolkit==1.0.15 -protobuf==3.5.2 +protobuf==3.18.3 psutil==5.4.3 ptyprocess==0.5.2 py==1.5.2