From 429259b6dab3b49fce69d5a909a1ada7c61b2062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:09:18 +0000 Subject: [PATCH] Bump numpy from 1.21.4 to 1.22.0 in /docker-api/code Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-api/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-api/code/requirements.txt b/docker-api/code/requirements.txt index 2ba4c86..28b2bad 100644 --- a/docker-api/code/requirements.txt +++ b/docker-api/code/requirements.txt @@ -5,7 +5,7 @@ torchaudio==0.10.1 requests==2.26.0 fastapi==0.70.0 uvicorn==0.15.0 -numpy==1.21.4 +numpy==1.22.0 transformers==4.15.0 sentence-transformers==2.1.0 openai==0.13.0