From d98c9c50b51e535873b96e3fb64586d790a1d512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:05:42 +0000 Subject: [PATCH] Update protobuf requirement from ~=3.19.0 to ~=4.23.3 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/compare/v3.19.0...v4.23.3) --- 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..ca8d78d 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.23.3 diff --git a/requirements.txt b/requirements.txt index e167ad3..1b998ef 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.23.3