From f252eb9b67ba958c3d1afce1f76c0956690c682f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:28:16 +0000 Subject: [PATCH 1/2] Update types-protobuf requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0 --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b7827c7003c..4480125159f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,7 +29,7 @@ types-docutils types-PyYAML types-Jinja2 types-mock -types-protobuf>=4.0.0,<5.0.0 +types-protobuf>=4.0.0,<6.0.0 types-pytz types-requests types-setuptools From a23aa182a63aca1e0991d68c51588722510970a3 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 23 Apr 2024 00:28:41 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240423-002836.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240423-002836.yaml diff --git a/.changes/unreleased/Dependencies-20240423-002836.yaml b/.changes/unreleased/Dependencies-20240423-002836.yaml new file mode 100644 index 00000000000..4215f2c99f7 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240423-002836.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update types-protobuf requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0" +time: 2024-04-23T00:28:36.00000Z +custom: + Author: dependabot[bot] + Issue: 10011