From 4a0c5f95bd5669a2718bebc96150e7117937d893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:57:49 +0000 Subject: [PATCH] :arrow_up: Bump numpy from 1.19.1 to 1.22.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/default.txt b/requirements/default.txt index 00ad5f5..527f124 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -1,4 +1,4 @@ -numpy==1.19.1 +numpy==1.22.0 pandas==1.1.0 matplotlib==3.2.2 seaborn==0.10.1