From 8b0357a263b14acc4f9a619511f22a2f436da32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:41:17 +0000 Subject: [PATCH] Bump protobuf from 3.20.1 to 3.20.2 in /example_agents/acme_r2d2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. - [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.20.1...v3.20.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example_agents/acme_r2d2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_agents/acme_r2d2/requirements.txt b/example_agents/acme_r2d2/requirements.txt index c1bd668a..78a5ead4 100644 --- a/example_agents/acme_r2d2/requirements.txt +++ b/example_agents/acme_r2d2/requirements.txt @@ -81,7 +81,7 @@ pygame==2.1.2 progress==1.5 prometheus-client==0.11.0 prometheus-flask-exporter==0.18.2 -protobuf==3.20.1 +protobuf==3.20.2 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20