From c3c3bb5ed3450da41a90abdf5c64e4323c7bf144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:45:19 +0000 Subject: [PATCH] Update protobuf requirement from ~=3.19.0 to ~=4.24.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/v3.19.0...v4.24.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f07d7ca..b523818 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ pyspark==3.3.0 pytest-mock==3.7.0 pytest-cov==3.0.0 IPython==8.1.1 -protobuf~=3.19.0 +protobuf~=4.24.0 diff --git a/requirements.txt b/requirements.txt index e167ad3..5c6b8bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ cloudpickle==1.6.0 delta-sharing==0.4.0 mlflow==1.26.1 black==22.3.0 -protobuf~=3.19.0 +protobuf~=4.24.0