From 96f54264b4a4a185706051a58c801c9ea3b27385 Mon Sep 17 00:00:00 2001 From: niteshy Date: Fri, 5 Apr 2024 11:19:39 -0700 Subject: [PATCH] Removing unwanted dev dependency (#9838) * Removing unwanted dev dependency * updating change log * Remove duplicate dependency of protobuf in dev-requirements to resolve #9830 --------- Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> --- .changes/unreleased/Dependencies-20240331-103917.yaml | 6 ++++++ dev-requirements.txt | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240331-103917.yaml diff --git a/.changes/unreleased/Dependencies-20240331-103917.yaml b/.changes/unreleased/Dependencies-20240331-103917.yaml new file mode 100644 index 00000000000..c4cb75dd449 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240331-103917.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Remove duplicate dependency of protobuf in dev-requirements +time: 2024-03-31T10:39:17.432017-07:00 +custom: + Author: niteshy + Issue: "9830" diff --git a/dev-requirements.txt b/dev-requirements.txt index 0c706dddbbe..f0c5413def7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,6 @@ ipdb mypy==1.4.1 pip-tools pre-commit -protobuf>=4.0.0,<5.0.0 pytest>=7.4,<8.0 pytest-cov pytest-csv>=3.0,<4.0