From c18d867c49441c6f0d3e8a380ce604a8927a9c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:15:51 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9dc25f..0ea2809 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ "msgpack-python==0.5.1", "deeputil==0.2.9", - "numpy==1.15.1", + "numpy==1.22.0", "future==0.16.0", "requests>=2.18.4", ],