From 9953be0df1929dc20a11a7fdc667811f57711cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:45:12 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 in /python/go2scope Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 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.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/go2scope/requirements.txt | 2 +- python/go2scope/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/go2scope/requirements.txt b/python/go2scope/requirements.txt index ca116b9..4b8d106 100644 --- a/python/go2scope/requirements.txt +++ b/python/go2scope/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.18.2 +numpy==1.22.0 opencv-python==4.2.0.34 diff --git a/python/go2scope/setup.py b/python/go2scope/setup.py index 7dc19e6..4d727e6 100644 --- a/python/go2scope/setup.py +++ b/python/go2scope/setup.py @@ -14,7 +14,7 @@ packages=setuptools.find_packages(), url="https://github.com/go2scope/micro-manager-plus/tree/master/python/go2scope", install_requires=[ - 'numpy==1.18.2', 'opencv-python==4.2.0.34', + 'numpy==1.22.0', 'opencv-python==4.2.0.34', ], classifiers=[ "Programming Language :: Python :: 3",