From ebeec114d13d47b85ba6bf61007eb75fd597462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:05:38 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /integration Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/requirements.txt b/integration/requirements.txt index 6f1e03f147..6d0a08ae99 100644 --- a/integration/requirements.txt +++ b/integration/requirements.txt @@ -3,7 +3,7 @@ tornado==6.1.0 jupyter_client==7.1.0 nbconvert==6.3.0 nbformat==5.1.3 -numpy==1.21.0 +numpy==1.22.0 pip==9.0.1; python_version >= '3.6' pytest==5.2.0 pytest-timeout==1.3.3