From decf237bcd0a5bee07a657f6bc118af20a314b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 10:09:08 +0000 Subject: [PATCH] Update protobuf requirement in /integration/airflow 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.20.0-rc1...v4.22.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- integration/airflow/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/airflow/setup.py b/integration/airflow/setup.py index 5c57e5897a..950e8dd133 100644 --- a/integration/airflow/setup.py +++ b/integration/airflow/setup.py @@ -44,7 +44,7 @@ "apache-airflow-providers-ssh>=2.1.0", "airflow-provider-great-expectations==0.1.5", "great-expectations<=0.15.23", - "protobuf==3.20.*", + "protobuf>=3.20,<4.23", ], }