From 627ac99ca1b5bb617e0b3a6899081048928711c2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 8 Sep 2023 02:44:03 +0000
Subject: [PATCH] Bump protobuf from 4.24.2 to 4.24.3 in /test

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.2 to 4.24.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.24.2...v4.24.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 test/requirements.ci.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/requirements.ci.txt b/test/requirements.ci.txt
index 052e6b14..070c2908 100644
--- a/test/requirements.ci.txt
+++ b/test/requirements.ci.txt
@@ -1,6 +1,6 @@
 docker==6.1.3
 grpcio==1.57.0
-protobuf==4.24.2
+protobuf==4.24.3
 requests==2.31.0
 urllib3==2.0.4
 websocket-client==1.6.2