From b5fbb3e72ce4397388514be7200322ea3c7501e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:38:43 +0000 Subject: [PATCH] Bump protobuf from 3.5.0.post1 to 3.15.0 in /Lesson-4/activity_9 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.0.post1 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits/v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Lesson-4/activity_9/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson-4/activity_9/requirements.txt b/Lesson-4/activity_9/requirements.txt index df528f0..cb4f7e8 100644 --- a/Lesson-4/activity_9/requirements.txt +++ b/Lesson-4/activity_9/requirements.txt @@ -23,7 +23,7 @@ MarkupSafe==1.0 nose==1.3.7 numpy==1.13.3 pandas==0.21.1 -protobuf==3.5.0.post1 +protobuf==3.15.0 python-dateutil==2.6.1 pytz==2017.3 PyYAML==3.12