From ff604f25279b5e78350d5fe789d71563a2e2ff2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 22:20:53 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 in /integrations/python-client Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integrations/python-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/python-client/requirements.txt b/integrations/python-client/requirements.txt index 986c39d5..63d5cd29 100644 --- a/integrations/python-client/requirements.txt +++ b/integrations/python-client/requirements.txt @@ -4,7 +4,7 @@ Mako==1.0.7 markdown==2.4.1 MarkupSafe==1.0 nexuscli==1.0 -numpy==1.17.0 +numpy==1.22.0 pdoc==0.3.2 Pygments==2.2.0 pytz==2017.2