From b44fd573b695aeb3bb0e63d43b070e8e33887d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:44:05 +0000 Subject: [PATCH] Update protobuf requirement from <=4.24.1 to <=4.25.0 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.4.1...v4.25.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3af32512..607c0721 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nomic>=2.0.14 -protobuf<=4.24.1 +protobuf<=4.25.0 langchain==0.0.331 cs-dlp @ git+https://github.com/raffaem/cs-dlp.git@0.12.0b0 # previously called coursera-dl click==8.1.7