From b2f8ef0435e63d4120d906b9abb5f94d066078ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:20:55 +0000 Subject: [PATCH] Bump numpy from 1.10.4 to 1.21.0 in /deploy/PyInstaller/tests Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 to 1.21.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.10.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/PyInstaller/tests/requirements-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/PyInstaller/tests/requirements-libraries.txt b/deploy/PyInstaller/tests/requirements-libraries.txt index d14df09..568a84f 100644 --- a/deploy/PyInstaller/tests/requirements-libraries.txt +++ b/deploy/PyInstaller/tests/requirements-libraries.txt @@ -23,7 +23,7 @@ sphinx pyzmq zope.interface # Required for test_namespace_package # numpy 1.11 is broken and does not compile on AppVeyor (Windows) -numpy==1.10.4 +numpy==1.21.0 lxml keyring pycparser