From 08f29f400ced82ceb8990c23480a71a5ff8940b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:23:46 +0000 Subject: [PATCH] Bump protobuf from 3.20.1 to 3.20.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. - [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.20.1...v3.20.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b8fa78..db7b599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ gpt-index==0.4.7 PyPDF2==3.0.1 youtube_transcript_api==0.5.0 sentencepiece==0.1.97 -protobuf==3.20.1 +protobuf==3.20.2 python-pptx==0.6.21 sentence-transformers==2.2.2 openai-whisper \ No newline at end of file diff --git a/requirements_base.txt b/requirements_base.txt index b9a5846..9c8092c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -14,5 +14,5 @@ gpt-index==0.4.7 PyPDF2==3.0.1 youtube_transcript_api==0.5.0 sentencepiece==0.1.97 -protobuf==3.20.1 +protobuf==3.20.2 python-pptx==0.6.21 \ No newline at end of file