From 2782cbcc8021d3c3445061be7413c9a64419ce5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:02:15 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.23.3 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.23.3. - [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.20.3...v1.23.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f30a0a5..63fd4ac 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "kubernetes==12.0.1", "lmdb==1.2.1", "matplotlib==3.4.2", - "numpy==1.20.3", + "numpy==1.23.3", "oauth2client==4.1.3", "sklearn==0.0", "supermutes==0.2.5",