From a2bd1007d770d9ddb73f9f7e56e76145cbf79336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:03:53 +0000 Subject: [PATCH] Bump protobuf from 3.5.0.post1 to 3.18.3 in /Lesson-4/activity_9 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.0.post1 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/commits/v3.18.3) --- 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..2238c8b 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.18.3 python-dateutil==2.6.1 pytz==2017.3 PyYAML==3.12