From 6fac81740644750882f294c0469b035c16666a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 18:11:48 +0000 Subject: [PATCH] Update protobuf requirement from ~=3.19.0 to ~=4.21.10 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/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- 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..c5a4842 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.21.10 diff --git a/requirements.txt b/requirements.txt index e167ad3..c9c9c2d 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.21.10