From 813067d6759aae678b1f3d52e3832af5691158dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:27:54 +0000 Subject: [PATCH] Bump protobuf from 3.10.0 to 3.18.3 in /scripts Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.10.0 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.10.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- scripts/requirements3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 6edb0c7..330f862 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -101,7 +101,7 @@ pre-commit==1.18.3 preshed==3.0.2 prometheus-client==0.7.1 prompt-toolkit==2.0.9 -protobuf==3.9.1 +protobuf==3.18.3 ptyprocess==0.6.0 py-gfm==0.1.4 py-rouge==1.1 diff --git a/scripts/requirements3.6.txt b/scripts/requirements3.6.txt index d815272..d338d9c 100644 --- a/scripts/requirements3.6.txt +++ b/scripts/requirements3.6.txt @@ -11,7 +11,7 @@ Markdown==3.1.1 nltk==3.4.5 numpy==1.17.2 opt-einsum==3.1.0 -protobuf==3.10.0 +protobuf==3.18.3 PyYAML==5.1.2 six==1.12.0 slize==0.0.21