From 3b9ad1e387db12ddaa42a3430bbc2f8da902c99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 07:30:00 +0000 Subject: [PATCH] chore(deps): bump numpy in /5 - Integrations/algorithmia Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 5 - Integrations/algorithmia/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5 - Integrations/algorithmia/requirements.txt b/5 - Integrations/algorithmia/requirements.txt index 19fd146..1b32cf3 100644 --- a/5 - Integrations/algorithmia/requirements.txt +++ b/5 - Integrations/algorithmia/requirements.txt @@ -1,5 +1,5 @@ algorithmia==1.7.8 -numpy==1.19.2 +numpy==1.22.0 pandas==1.0.5 xgboost==1.3.* fsspec==0.8.5