From e2dd2f9c4fca3f8cfe2440bb7359492fd0df7388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:45:59 +0000 Subject: [PATCH] Update protobuf requirement from ~=3.19.0 to ~=4.24.2 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.2) --- 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..3b9b545 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.2 diff --git a/requirements.txt b/requirements.txt index e167ad3..4dd5695 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.2