From 8f61ee20c073d6df86b9f3011da9e2659233d4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:47:19 +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