From aff965d25ea6571a9adee833cabdaf1648e118fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:19:31 +0000 Subject: [PATCH] Bump protobuf in /articles/keras-weight-transfer/neural-net Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.1 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.5.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- articles/keras-weight-transfer/neural-net/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/keras-weight-transfer/neural-net/requirements.txt b/articles/keras-weight-transfer/neural-net/requirements.txt index ce9ac2e..7c9d73e 100644 --- a/articles/keras-weight-transfer/neural-net/requirements.txt +++ b/articles/keras-weight-transfer/neural-net/requirements.txt @@ -8,7 +8,7 @@ html5lib==0.9999999 Keras==2.1.2 Markdown==2.6.11 numpy==1.14.1 -protobuf==3.5.1 +protobuf==3.18.3 PyYAML==3.12 scipy==1.0.0 six==1.11.0