From 2e5c840dabdf1568279acbe593b7a8ed2371c97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:48:30 +0000 Subject: [PATCH] build(deps): bump numpy in /examples/80-bert-server Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/80-bert-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/80-bert-server/requirements.txt b/examples/80-bert-server/requirements.txt index 8e9588ccb..6184d1782 100644 --- a/examples/80-bert-server/requirements.txt +++ b/examples/80-bert-server/requirements.txt @@ -1,6 +1,6 @@ falcon==2.0.0 transformers==2.11.0 -numpy==1.21.0 +numpy==1.22.0 requests==2.22.0 tqdm==4.41.1 sacremoses==0.0.35