From 17df1212ddb8abb79ad40061e41cd8983001fd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:54:14 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.17.2 to 3.18.3 in /examples Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.2 to 3.18.3. - [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.17.2...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index cd00bfad..16558334 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -9,7 +9,7 @@ lazy-object-proxy==1.6.0 mccabe==0.6.1 numpy==1.20.3 pandas==1.2.4 -protobuf==3.17.2 +protobuf==3.18.3 pyarrow==4.0.1 pycodestyle==2.7.0 pylint==2.8.3