From f40a7fbb51d868f631b7b0c5bc22280e67174922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:59:20 +0000 Subject: [PATCH] Bump protobuf from 3.5.0.post1 to 3.18.3 in /Lesson04/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] --- Lesson04/activity_9/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson04/activity_9/requirements.txt b/Lesson04/activity_9/requirements.txt index df528f0..2238c8b 100644 --- a/Lesson04/activity_9/requirements.txt +++ b/Lesson04/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