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