From a73c905fe50ea0e0c17db3117f01e5140dfbdd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:40:20 +0000 Subject: [PATCH] Bump numpy from 1.16.6 to 1.22.0 in /packaging Bumps [numpy](https://github.com/numpy/numpy) from 1.16.6 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.16.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packaging/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/setup.py b/packaging/setup.py index 8a39c03..78a9232 100644 --- a/packaging/setup.py +++ b/packaging/setup.py @@ -28,7 +28,7 @@ url=URL, packages=find_packages(exclude=("tests",)), package_data={"squarer": ["VERSION"]}, - install_requires=["numpy==1.16.6"], + install_requires=["numpy==1.22.0"], extras_require={}, include_package_data=True, license="BSD-3",